subman-nextjs/src/app/submission/page.tsx

14 lines
168 B
TypeScript
Raw Normal View History

2024-06-12 15:15:22 +00:00
import {
Table,
TableBody,
TableCaption,
TableCell,
TableHead,
TableHeader,
TableRow,
} from "@/components/ui/table"
export default function Page() {
}