fix: pre-cache to not include extra files

This commit is contained in:
Paul Makles
2022-03-25 11:17:04 +00:00
parent 3a12f92867
commit f9f0d5c55a
9 changed files with 71 additions and 222 deletions

View File

@@ -1,7 +1,6 @@
import { action, computed, makeAutoObservable } from "mobx";
import { Language, Languages } from "../../context/Locale";
import { Languages, Language } from "../../../external/lang/Languages";
import Persistent from "../interfaces/Persistent";
import Store from "../interfaces/Store";
import Syncable from "../interfaces/Syncable";