refactor: webpack alias imports

This commit is contained in:
David Ralph
2021-08-28 15:34:12 +01:00
parent 4db47d9fec
commit 06038a201e
42 changed files with 71 additions and 64 deletions

View File

@@ -6,7 +6,7 @@ import Main from './main/Main';
import Feedback from './feedback/Feedback';
import Navbar from '../widgets/navbar/Navbar';
import EventBus from '../../modules/helpers/eventbus';
import EventBus from 'modules/helpers/eventbus';
// Welcome modal is lazy loaded as the user won't use it every time they open a tab
// We used to lazy load the main and feedback modals, but doing so broke the modal open animation on first click