Files
sonr/pkg/gateway/views/loading.templ
T

15 lines
299 B
Templ
Raw Normal View History

2024-12-16 15:29:54 -05:00
package views
import (
"github.com/onsonr/sonr/internal/nebula/hero"
"github.com/onsonr/sonr/internal/nebula/layout"
)
templ LoadingView() {
@layout.View("Loading... | Sonr.ID") {
@layout.Container() {
@hero.TitleDesc("Loading Vault", "This will be used to login to your vault.")
}
}
}