mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 00:44:23 +02:00
fix all imports for new structure
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
import {
|
||||
HomeItem,
|
||||
useGeneralSettings,
|
||||
useSettingsStoreActions,
|
||||
} from '../../../../store/settings.store';
|
||||
|
||||
import { DraggableItems } from '/@/renderer/features/settings/components/general/draggable-items';
|
||||
import { HomeItem, useGeneralSettings, useSettingsStoreActions } from '/@/renderer/store';
|
||||
|
||||
const HOME_ITEMS: Array<[string, string]> = [
|
||||
[HomeItem.RANDOM, 'page.home.explore'],
|
||||
|
||||
Reference in New Issue
Block a user