add tanstak table

This commit is contained in:
smanylov
2025-12-12 20:28:59 +07:00
parent 868293ad51
commit 7aacea387e
8 changed files with 585 additions and 206 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
import DataTable from '@/app/components/tanstakTable';
import TanstakFilesTable from '@/app/components/tanstakTable';
export default function FilesTable() {
return (
<div>
<DataTable/>
<div className="block-wrapper">
<TanstakFilesTable/>
</div>
)
}
+1 -1
View File
@@ -4,7 +4,7 @@ export default function StatsGrid() {
const t = useTranslations("Global");
return (
<div className="stats-wrapper">
<div className="block-wrapper stats-wrapper">
<h3>
{t('your-content')}
</h3>