refactor: migrate layout imports to common styles package

This commit is contained in:
Prad Nukala
2024-12-09 18:30:02 -05:00
parent 8ceb89053f
commit 0ff4299061
10 changed files with 10 additions and 8 deletions
@@ -8,7 +8,7 @@ package index
import "github.com/a-h/templ"
import templruntime "github.com/a-h/templ/runtime"
import "github.com/onsonr/sonr/pkg/blocks/layout"
import "github.com/onsonr/sonr/pkg/common/styles/layout"
func NoWebauthnErrorView() templ.Component {
return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) {