refactor: replace sonr/pkg/styles/layout with nebula/ui/layout

This commit is contained in:
Prad Nukala 2024-12-08 16:17:46 -05:00
parent b65e844824
commit dae01698ef
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
package index package index
import "github.com/onsonr/sonr/pkg/styles/layout" import "github.com/onsonr/nebula/ui/layout"
templ NoWebauthnErrorView() { templ NoWebauthnErrorView() {
@layout.Root("Sonr.ID") { @layout.Root("Sonr.ID") {

View File

@ -8,7 +8,7 @@ package index
import "github.com/a-h/templ" import "github.com/a-h/templ"
import templruntime "github.com/a-h/templ/runtime" import templruntime "github.com/a-h/templ/runtime"
import "github.com/onsonr/sonr/pkg/styles/layout" import "github.com/onsonr/nebula/ui/layout"
func NoWebauthnErrorView() templ.Component { func NoWebauthnErrorView() templ.Component {
return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) {

View File

@ -8,7 +8,7 @@ package wallet
import "github.com/a-h/templ" import "github.com/a-h/templ"
import templruntime "github.com/a-h/templ/runtime" import templruntime "github.com/a-h/templ/runtime"
import "github.com/onsonr/sonr/pkg/styles/layout" import "github.com/onsonr/nebula/ui/layout"
func DepositFundsView() templ.Component { func DepositFundsView() templ.Component {
return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) {