tanstak table corrected adaptive layout

This commit is contained in:
smanylov
2026-01-04 13:27:59 +07:00
parent edcac25b02
commit 6c46a1a655
6 changed files with 63 additions and 26 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ export default function Page() {
const t = useTranslations('Global');
return (
<div>
<>
<Suspense fallback={<>...</>}>
<PageTitle title="statistics">
</PageTitle>
@@ -24,6 +24,6 @@ export default function Page() {
</div>
<FilesTable fileType={'all'}/>
</Suspense>
</div>
</>
);
}