[TASK] improve style searchable table

This commit is contained in:
Marie Birner
2024-04-14 17:43:18 +02:00
parent b0c936cc34
commit 0b6461eeb5
6 changed files with 204 additions and 25 deletions

View File

@ -24,6 +24,7 @@ export default defineConfig({
input: {
main: './main.ts',
logbook: './logbook.ts',
table: './table.ts',
// Example for more entry points
// test: './src/test.ts',
},