import DataTable from '@/app/components/tanstakTable';
export default function FilesTable() {
return (
<div>
<DataTable/>
</div>
)
}