From 14b916989971aaac452a78ebb42f61194e1dc80c Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Sat, 13 Apr 2024 22:03:01 +0200 Subject: [PATCH] store: fix import --- client/js/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/js/store.ts b/client/js/store.ts index fa268729..64c5633b 100644 --- a/client/js/store.ts +++ b/client/js/store.ts @@ -8,7 +8,7 @@ import type {InjectionKey} from "vue"; import {SettingsState} from "./settings"; import {SearchQuery} from "../../shared/types/storage"; -import {ClientMessage} from "../../shared/types/msg"; +import {ClientMessage} from "./types"; import {SharedConfiguration, LockedSharedConfiguration} from "../../shared/types/config"; const appName = document.title;