gromer
git clone https://git.pyrossh.dev/gromer
gromer is a framework and cli to build multipage web apps in golang using htmx and alpinejs.
39e447a
— Peter John
2022-09-11T00:38:38+05:30
fix icons
- _example/main.go +1 -1
_example/main.go
CHANGED
|
@@ -2,10 +2,10 @@ package main
|
|
|
2
2
|
|
|
3
3
|
import (
|
|
4
4
|
"github.com/pyros2097/gromer"
|
|
5
|
+
"github.com/pyros2097/gromer/_example/assets"
|
|
5
6
|
"github.com/pyros2097/gromer/_example/components"
|
|
6
7
|
"github.com/pyros2097/gromer/_example/containers"
|
|
7
8
|
"github.com/pyros2097/gromer/_example/routes"
|
|
8
|
-
"github.com/pyros2097/gromer/assets"
|
|
9
9
|
"github.com/pyros2097/gromer/gsx"
|
|
10
10
|
)
|
|
11
11
|
|