feat: Connect the frontend to the API (#160)

This commit is contained in:
Wanjohi
2025-01-18 07:12:47 +03:00
committed by GitHub
parent dfe37a6cec
commit f480ced756
56 changed files with 2109 additions and 743 deletions

View File

@@ -9,9 +9,12 @@ export * from "./footer"
export * from "./card"
export * from "./router-head"
export * from "./team-counter"
export * from "./constants"
export * from "./svg"
export * as auth from "./popup"
export * as Modal from "./modal"
export { default as Book } from "./book"
export { default as Portal } from "./portal"
export { default as Avatar } from "./avatar"
export { default as SimpleFooter } from "./simple-footer"
export { default as SimpleFooter } from "./simple-footer"
export { default as GameStoreButton } from "./game-store"