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

@@ -6,9 +6,9 @@ import Background from 'features/widgets/background/Background';
import Widgets from 'features/widgets/Widgets';
import Modals from 'features/modals/Modals';
import { loadSettings, moveSettings } from 'modules/helpers/settings';
import { loadSettings, moveSettings } from 'utils/helpers/settings';
import EventBus from 'modules/helpers/eventbus';
import EventBus from 'utils/helpers/eventbus';
export default class App extends PureComponent {
componentDidMount() {