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

@@ -1,6 +1,6 @@
import { PureComponent, createRef } from 'react';
import EventBus from '../../../../modules/helpers/eventbus';
import EventBus from 'modules/helpers/eventbus';
export default class Dropdown extends PureComponent {
constructor(props) {