import TanstakFilesTable from '@/app/components/tanstak-table/TanstakTable'; type FilesTable = { fileType: string; showFileLink?: boolean; } export default function FilesTable({ fileType, showFileLink }: FilesTable) { return (
) }