re-organize project structure a bit + add icons

This commit is contained in:
Joeri Exelmans 2025-10-13 17:14:21 +02:00
parent 3cb3ef91d2
commit 5e7b944978
24 changed files with 514 additions and 249 deletions

View file

@ -11,6 +11,10 @@
"start": "NODE_ENV=production bun src/index.tsx"
},
"dependencies": {
"@emotion/styled": "^11.14.1",
"@fontsource/roboto": "^5.2.8",
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@nick/lz4": "npm:@jsr/nick__lz4",
"react": "^19",
"react-dom": "^19"