mirror of
https://github.com/cf-sonr/hway.git
synced 2026-01-12 03:09:14 +00:00
15 lines
273 B
Plaintext
15 lines
273 B
Plaintext
package views
|
|
|
|
import (
|
|
"github.com/onsonr/nebula/ui/hero"
|
|
"github.com/onsonr/nebula/ui/layout"
|
|
)
|
|
|
|
templ LoadingView() {
|
|
@layout.Root("Loading... | Sonr.ID") {
|
|
@layout.Container() {
|
|
@hero.Title("Loading Vault", "This will be used to login to your vault.")
|
|
}
|
|
}
|
|
}
|