fix: first load not working

This commit is contained in:
David Ralph
2021-09-23 15:56:41 +01:00
parent d2d7083d3d
commit bc9f68e0c1
2 changed files with 4 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ import { render } from 'react-dom';
import App from './App';
import * as Constants from 'modules/constants';
import variables from './modules/variables';
import variables from 'modules/variables';
import './scss/index.scss';
// the toast css is based on default so we need to import it