Files
flashcards-example-project/src/components/ui/index.ts
2024-05-04 13:57:37 +02:00

6 lines
133 B
TypeScript

export * from './button'
export * from './card'
export * from './checkbox'
export * from './text-field'
export * from './typography'