Files
no-copy-frontend/src/app/ui/dashboard/files-table.tsx
T

7 lines
79 B
TypeScript
Raw Normal View History

2025-12-11 18:28:35 +07:00
export default function FilesTable() {
return (
<div>
table
</div>
)
}