Update deps

This commit is contained in:
Darren Clarke 2024-02-14 12:13:00 +01:00
parent 7688730e4f
commit 6663e8ed1e
24 changed files with 3587 additions and 2262 deletions

View file

@ -1,6 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
experimental: {
missingSuspenseWithCSRBailout: false,
},
modularizeImports: {
"@mui/material": {
transform: "@mui/material/{{member}}",