mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
10 lines
184 B
Templ
10 lines
184 B
Templ
package views
|
|
|
|
templ LoadingView() {
|
|
@LayoutView("Loading... | Sonr.ID") {
|
|
@LayoutContainer() {
|
|
@HeroTitle("Loading Vault", "This will be used to login to your vault.")
|
|
}
|
|
}
|
|
}
|