Skip to content
Snippets Groups Projects
Commit c34b7539 authored by chris's avatar chris
Browse files

move css imports

parent cb814ce1
No related branches found
No related tags found
No related merge requests found
Pipeline #55188 passed with stages
in 3 minutes and 46 seconds
...@@ -11,11 +11,6 @@ import OEN from './OEN/OEN'; ...@@ -11,11 +11,6 @@ import OEN from './OEN/OEN';
import en from './locale/en'; import en from './locale/en';
import es from './locale/es'; import es from './locale/es';
import 'wax-prosemirror-core/dist/index.css';
import 'wax-prosemirror-services/dist/index.css';
import 'wax-questions-service/dist/index.css';
import 'wax-table-service/dist/index.css';
// i18next.use(initReactI18next).init({ // i18next.use(initReactI18next).init({
// resources: { es }, // resources: { es },
// lng: 'es', // lng: 'es',
......
...@@ -3,7 +3,10 @@ import React from 'react'; ...@@ -3,7 +3,10 @@ import React from 'react';
import ReactDOM from 'react-dom'; import ReactDOM from 'react-dom';
import Editors from './Editors'; import Editors from './Editors';
import * as serviceWorker from './serviceWorker'; import * as serviceWorker from './serviceWorker';
import '../../../wax-prosemirror-core/dist/index.css';
import '../../../wax-prosemirror-services/dist/index.css';
import '../../../wax-questions-service/dist/index.css';
import '../../../wax-table-service/dist/index.css';
// const root = ReactDOM.createRoot(document.getElementById('root')); // const root = ReactDOM.createRoot(document.getElementById('root'));
// root.render(<Editors />); // root.render(<Editors />);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment