refactor(modules): experimental changes to module structure

This commit is contained in:
David Ralph
2024-02-18 23:27:38 +00:00
parent 10f12b20c5
commit 618b5fe466
85 changed files with 73 additions and 72 deletions

View File

@@ -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';