data table

This commit is contained in:
PxlLoewe
2025-02-06 00:18:44 +01:00
parent 71b401f8ab
commit be5128053f
6 changed files with 161 additions and 15 deletions

View File

@@ -12,9 +12,9 @@
"**/*.tsx",
"next-env.d.ts",
"next.config.js",
".next/types/**/*.ts"
".next/types/**/*.ts",
"../hub/app/_components/PaginatedTable.tsx",
"../hub/app/_components/Table.tsx"
],
"exclude": [
"node_modules"
]
"exclude": ["node_modules"]
}