change dashboard layout

This commit is contained in:
smanylov
2025-12-11 18:28:35 +07:00
parent cdc2dca7dd
commit 67c6d07e4d
22 changed files with 1185 additions and 549 deletions
+7
View File
@@ -0,0 +1,7 @@
export default function FilesTable() {
return (
<div>
table
</div>
)
}