mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-11 17:50:29 +03:00
clean up imports
This commit is contained in:
parent
36227ef257
commit
4af54629f7
1 changed files with 0 additions and 6 deletions
|
|
@ -5,15 +5,9 @@ import { enableMapSet } from 'immer';
|
||||||
import '@fontsource/inter/variable.css';
|
import '@fontsource/inter/variable.css';
|
||||||
import 'folds/dist/style.css';
|
import 'folds/dist/style.css';
|
||||||
import { configClass, varsClass } from 'folds';
|
import { configClass, varsClass } from 'folds';
|
||||||
|
|
||||||
enableMapSet();
|
|
||||||
|
|
||||||
import './index.scss';
|
import './index.scss';
|
||||||
|
|
||||||
import { trimTrailingSlash } from './app/utils/common';
|
import { trimTrailingSlash } from './app/utils/common';
|
||||||
import App from './app/pages/App';
|
import App from './app/pages/App';
|
||||||
|
|
||||||
// import i18n (needs to be bundled ;))
|
|
||||||
import './app/i18n';
|
import './app/i18n';
|
||||||
|
|
||||||
enableMapSet();
|
enableMapSet();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue