package wallet
import "github.com/onsonr/sonr/pkg/common/styles/layout"
templ DepositFundsView() {
@layout.Root("Sonr.ID") {
Sonr.ID
The decentralized identity layer for the web.
{ children... }
}
}
templ SwapTokensView() {
@layout.Root("Sonr.ID") {
Sonr.ID
The decentralized identity layer for the web.
{ children... }
}
}
templ ConfirmPasscodeView() {
@layout.Root("Sonr.ID") {
Sonr.ID
The decentralized identity layer for the web.
{ children... }
}
}
templ TransferTokensView() {
@layout.Root("Sonr.ID") {
Welcome Back!
Continue with your existing Sonr.ID.
{ children... }
}
}