diff --git a/src/index.tsx b/src/index.tsx index ef9baa7f..c79fa6ad 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -5,15 +5,9 @@ import { enableMapSet } from 'immer'; import '@fontsource/inter/variable.css'; import 'folds/dist/style.css'; import { configClass, varsClass } from 'folds'; - -enableMapSet(); - import './index.scss'; - import { trimTrailingSlash } from './app/utils/common'; import App from './app/pages/App'; - -// import i18n (needs to be bundled ;)) import './app/i18n'; enableMapSet();