mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
refactor: replace sonr/pkg/styles/layout with nebula/ui/layout
This commit is contained in:
parent
b65e844824
commit
dae01698ef
@ -1,6 +1,6 @@
|
||||
package index
|
||||
|
||||
import "github.com/onsonr/sonr/pkg/styles/layout"
|
||||
import "github.com/onsonr/nebula/ui/layout"
|
||||
|
||||
templ NoWebauthnErrorView() {
|
||||
@layout.Root("Sonr.ID") {
|
||||
|
@ -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/styles/layout"
|
||||
import "github.com/onsonr/nebula/ui/layout"
|
||||
|
||||
func NoWebauthnErrorView() templ.Component {
|
||||
return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) {
|
||||
|
@ -8,7 +8,7 @@ package wallet
|
||||
import "github.com/a-h/templ"
|
||||
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 {
|
||||
return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user