14 lines
168 B
TypeScript
14 lines
168 B
TypeScript
|
import {
|
||
|
Table,
|
||
|
TableBody,
|
||
|
TableCaption,
|
||
|
TableCell,
|
||
|
TableHead,
|
||
|
TableHeader,
|
||
|
TableRow,
|
||
|
} from "@/components/ui/table"
|
||
|
|
||
|
export default function Page() {
|
||
|
|
||
|
}
|