feat: Onboarding

This commit is contained in:
Wanjohi
2024-09-16 21:10:33 +03:00
parent 58e93b28e9
commit f2f3386bdb
8 changed files with 462 additions and 5 deletions

View File

@@ -4,10 +4,11 @@ export * from "./fonts"
export * from "./input"
export * from "./home-nav-bar"
export * from "./game-card"
export * from "./team-counter"
export * from "./tooltip"
export * from "./footer"
export * from "./router-head"
export * from "./card"
export * from "./router-head"
export * from "./team-counter"
export * as auth from "./popup"
export * as Modal from "./modal"
export { default as Portal } from "./portal"