From 4af54629f792d7a2b089409bb492e78bd30b597a Mon Sep 17 00:00:00 2001 From: Gigiaj Date: Sun, 8 Jun 2025 20:13:59 -0500 Subject: [PATCH] clean up imports --- src/index.tsx | 6 ------ 1 file changed, 6 deletions(-) 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();