mirror of
https://github.com/mue/mue.git
synced 2026-07-27 10:41:08 +02:00
refactor(modules): experimental changes to module structure
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import variables from 'config/variables';
|
||||
import { PureComponent, createRef } from 'react';
|
||||
|
||||
import { nth, convertTimezone } from 'modules/helpers/date';
|
||||
import EventBus from 'modules/helpers/eventbus';
|
||||
import { nth, convertTimezone } from 'utils/helpers/date';
|
||||
import EventBus from 'utils/helpers/eventbus';
|
||||
|
||||
import './greeting.scss';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user