|
@@ -4,6 +4,8 @@ import ReactDOM from 'react-dom/client';
|
|
|
|
|
|
|
|
import { CodemirrorEditor } from './components/CodemirrorEditor';
|
|
import { CodemirrorEditor } from './components/CodemirrorEditor';
|
|
|
|
|
|
|
|
|
|
+import './main.scss';
|
|
|
|
|
+
|
|
|
const rootElem = document.getElementById('root');
|
|
const rootElem = document.getElementById('root');
|
|
|
|
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|