mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 06:34:21 +00:00
store: fix import
This commit is contained in:
parent
50037644c0
commit
14b9169899
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue