feat: Add /home (#111)

This commit is contained in:
Wanjohi
2024-09-13 17:41:34 +03:00
committed by GitHub
parent 1b1bedff36
commit c30673f5a1
48 changed files with 4720 additions and 116 deletions

View File

@@ -8,4 +8,6 @@ export * from "./team-counter"
export * from "./tooltip"
export * from "./footer"
export * from "./router-head"
export * from "./card"
export * from "./card"
export * as Modal from "./modal"
export { default as Portal } from "./portal"