diff --git a/editors/demo/src/Editors.js b/editors/demo/src/Editors.js index 03e06f4ab701bafc7869190fcc3cbf1696b2fe0a..0e36a5c07cdfbce6f7c2095a8b1470e6f4c781f5 100644 --- a/editors/demo/src/Editors.js +++ b/editors/demo/src/Editors.js @@ -11,11 +11,6 @@ import OEN from './OEN/OEN'; import en from './locale/en'; 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({ // resources: { es }, // lng: 'es', diff --git a/editors/demo/src/index.js b/editors/demo/src/index.js index b7566d0e6f2fa66ce3e97a02dcc5a471135a5b2d..358bbc97b1d48f17f2cb0e9784649b0dbc5e0503 100644 --- a/editors/demo/src/index.js +++ b/editors/demo/src/index.js @@ -3,7 +3,10 @@ import React from 'react'; import ReactDOM from 'react-dom'; import Editors from './Editors'; 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')); // root.render(<Editors />);