refactor: Move form templates and styles to common directory

This commit is contained in:
Prad Nukala
2024-12-09 18:27:55 -05:00
parent 6fbcb7cef5
commit 8ceb89053f
21 changed files with 40 additions and 42 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ import "github.com/a-h/templ"
import templruntime "github.com/a-h/templ/runtime"
import (
"github.com/onsonr/sonr/pkg/blocks/layout"
"github.com/onsonr/sonr/pkg/blocks/text"
"github.com/onsonr/sonr/pkg/common/styles/layout"
"github.com/onsonr/sonr/pkg/common/styles/text"
)
func InitialView() templ.Component {