mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
feat(nebula): create Home model for home page
This commit is contained in:
+6
-2
@@ -74,8 +74,12 @@ class Footer {
|
||||
resourcesLinks: List<Link>
|
||||
}
|
||||
|
||||
hero : Hero
|
||||
stats : Stats
|
||||
class Home {
|
||||
hero: Hero
|
||||
stats: Stats
|
||||
}
|
||||
|
||||
home : Home
|
||||
|
||||
// ╭───────────────────────────────────────────────────────────╮
|
||||
// │ Registration Components │
|
||||
|
||||
Reference in New Issue
Block a user