Remove redundant import

This commit is contained in:
fragosti
2018-08-29 16:39:03 -07:00
parent 74d5af34eb
commit febddcb356

View File

@@ -23,7 +23,6 @@ trackedTokenStorage.clearIfRequired();
import 'basscss/css/basscss.css';
import 'less/all.less';
import 'react-typist/dist/Typist.css';
// We pass modulePromise returning lambda instead of module promise,
// cause we only want to import the module when the user navigates to the page.