add tanstak table
This commit is contained in:
@@ -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>
|
||||
)
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user