mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix crashing
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
4055732d41
commit
a446a25f8f
@ -5,7 +5,7 @@
|
|||||||
import { getInjectable } from "@ogre-tools/injectable";
|
import { getInjectable } from "@ogre-tools/injectable";
|
||||||
import { beforeApplicationIsLoadingInjectionToken } from "@k8slens/application";
|
import { beforeApplicationIsLoadingInjectionToken } from "@k8slens/application";
|
||||||
import clustersPersistentStorageInjectable from "../common/storage.injectable";
|
import clustersPersistentStorageInjectable from "../common/storage.injectable";
|
||||||
import loadUserPreferencesStorageInjectable from "../../../user-preferences/renderer/load-storage.injectable";
|
import loadUserPreferencesStorageInjectable from "../../../user-preferences/main/load-storage.injectable";
|
||||||
|
|
||||||
const initClusterStoreInjectable = getInjectable({
|
const initClusterStoreInjectable = getInjectable({
|
||||||
id: "init-cluster-store",
|
id: "init-cluster-store",
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
import { getInjectable } from "@ogre-tools/injectable";
|
import { getInjectable } from "@ogre-tools/injectable";
|
||||||
import { beforeApplicationIsLoadingInjectionToken } from "@k8slens/application";
|
import { beforeApplicationIsLoadingInjectionToken } from "@k8slens/application";
|
||||||
import initDefaultUpdateChannelInjectable from "../../../renderer/vars/default-update-channel/init.injectable";
|
import initDefaultUpdateChannelInjectable from "../../../main/vars/default-update-channel/init.injectable";
|
||||||
import userPreferencesPersistentStorageInjectable from "../common/storage.injectable";
|
import userPreferencesPersistentStorageInjectable from "../common/storage.injectable";
|
||||||
import userPreferencesStorageFileNameMigrationInjectable from "./file-name-migration.injectable";
|
import userPreferencesStorageFileNameMigrationInjectable from "./file-name-migration.injectable";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user