mirror of
https://github.com/mue/mue.git
synced 2026-07-25 17:51:14 +02:00
refactor: webpack alias imports
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user