Files
netris-nestri/packages/ui/src/index.ts
Wanjohi 0d36acb983 feat: Minor changes to the frontend (#145)
This PR does a facelift to the `/` and `/pricing` pages
2024-12-26 22:27:27 +03:00

15 lines
449 B
TypeScript

export * from "./nav-progress"
export * from "./nav-bar"
export * from "./fonts"
export * from "./input"
export * from "./home-nav-bar"
export * from "./game-card"
export * from "./tooltip"
export * from "./footer"
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"
export { default as Book } from "./book"