mirror of
https://github.com/onsonr/hway.git
synced 2025-03-10 21:09:11 +00:00
10 lines
184 B
Plaintext
10 lines
184 B
Plaintext
|
package views
|
||
|
|
||
|
templ LoadingView() {
|
||
|
@LayoutView("Loading... | Sonr.ID") {
|
||
|
@LayoutContainer() {
|
||
|
@HeroTitle("Loading Vault", "This will be used to login to your vault.")
|
||
|
}
|
||
|
}
|
||
|
}
|