import TanstakFilesTable from '@/app/components/tanstakTable';
export default function FilesTable() {
return (
<div className="block-wrapper">
<TanstakFilesTable/>
</div>
)
}