mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-16 12:33:18 +00:00
chore: export table from components dir
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
import s from './decks-table.module.scss'
|
||||
|
||||
import { Edit2Outline, PlayCircleOutline, TrashOutline } from '@/assets'
|
||||
import { Button, Typography } from '@/components'
|
||||
import {
|
||||
Button,
|
||||
Typography,
|
||||
Table,
|
||||
TableBody,
|
||||
TableCell,
|
||||
TableHead,
|
||||
TableHeadCell,
|
||||
TableRow,
|
||||
} from '@/components/ui/table'
|
||||
|
||||
import s from './decks-table.module.scss'
|
||||
} from '@/components'
|
||||
|
||||
type Deck = {
|
||||
cards: number
|
||||
|
||||
@@ -5,3 +5,4 @@ export * from './checkbox'
|
||||
export * from './text-field'
|
||||
export * from './controlled'
|
||||
export * from './radio-group'
|
||||
export * from './table'
|
||||
|
||||
Reference in New Issue
Block a user