Files
game-marathon/frontend/src/components/ui/index.ts

4 lines
132 B
TypeScript
Raw Normal View History

2025-12-14 02:38:35 +07:00
export { Button } from './Button'
export { Input } from './Input'
export { Card, CardHeader, CardTitle, CardContent } from './Card'