import TanstakFilesTable from '@/app/components/tanstakTable'; type FilesTable = { fileType: string } export default function FilesTable({ fileType }: FilesTable) { return (
) }