feat: add MUI style

This commit is contained in:
Maël Gangloff
2024-07-19 23:46:07 +02:00
parent 737ad4605b
commit 367f62f25a
6 changed files with 6289 additions and 120 deletions

View File

@@ -20,7 +20,7 @@ Encore
* Each entry will result in one JavaScript file (e.g. app.js)
* and one CSS file (e.g. app.css) if your JavaScript imports CSS.
*/
.addEntry('app', './assets/app.tsx')
.addEntry('app', './assets/index.tsx')
// When enabled, Webpack "splits" your files into smaller pieces for greater optimization.
.splitEntryChunks()