mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-16 20:59:27 +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 { Edit2Outline, PlayCircleOutline, TrashOutline } from '@/assets'
|
||||||
import { Button, Typography } from '@/components'
|
|
||||||
import {
|
import {
|
||||||
|
Button,
|
||||||
|
Typography,
|
||||||
Table,
|
Table,
|
||||||
TableBody,
|
TableBody,
|
||||||
TableCell,
|
TableCell,
|
||||||
TableHead,
|
TableHead,
|
||||||
TableHeadCell,
|
TableHeadCell,
|
||||||
TableRow,
|
TableRow,
|
||||||
} from '@/components/ui/table'
|
} from '@/components'
|
||||||
|
|
||||||
import s from './decks-table.module.scss'
|
|
||||||
|
|
||||||
type Deck = {
|
type Deck = {
|
||||||
cards: number
|
cards: number
|
||||||
|
|||||||
@@ -5,3 +5,4 @@ export * from './checkbox'
|
|||||||
export * from './text-field'
|
export * from './text-field'
|
||||||
export * from './controlled'
|
export * from './controlled'
|
||||||
export * from './radio-group'
|
export * from './radio-group'
|
||||||
|
export * from './table'
|
||||||
|
|||||||
Reference in New Issue
Block a user