RC-4: move AppContext to src/app/contexts

This commit is contained in:
2023-06-22 19:55:28 +01:00
parent 58990ced91
commit b11e5db2e7
7 changed files with 8 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
import { useDeepCompareEffect } from '@fuse/hooks';
import _ from '@lodash';
import AppContext from 'app/AppContext';
import AppContext from 'src/app/contexts/AppContext';
import {
generateSettings,
selectFuseCurrentSettings,