mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
remove unused stores
This commit is contained in:
parent
179968d0dc
commit
4c27e53c85
1 changed files with 0 additions and 5 deletions
|
|
@ -6,9 +6,4 @@ import * as _tr from "@generated/ftl-launcher";
|
|||
import { writable } from "svelte/store";
|
||||
|
||||
export const zoomFactor = writable(1.2);
|
||||
export const langsStore = writable<GetLangsResponse_Pair[]>([]);
|
||||
export const mirrorsStore = writable<GetMirrorsResponse_Pair[]>([]);
|
||||
export const currentLang = writable("");
|
||||
export const initialLang = writable("");
|
||||
export const versionsStore = writable<GetVersionsResponse | undefined>(undefined);
|
||||
export const tr = writable(_tr);
|
||||
|
|
|
|||
Loading…
Reference in a new issue