forked from abner/for-legacy-web
fix: pre-cache to not include extra files
This commit is contained in:
@@ -1,14 +1,9 @@
|
||||
import { runInAction } from "mobx";
|
||||
import { Session } from "revolt-api/types/Auth";
|
||||
|
||||
import { Language } from "../../context/Locale";
|
||||
import {
|
||||
Fonts,
|
||||
MonospaceFonts,
|
||||
Overrides,
|
||||
ThemeOptions,
|
||||
} from "../../context/Theme";
|
||||
import { Fonts, MonospaceFonts, Overrides } from "../../context/Theme";
|
||||
|
||||
import { Language } from "../../../external/lang/Languages";
|
||||
import State from "../State";
|
||||
import { Data as DataAuth } from "../stores/Auth";
|
||||
import { Data as DataLocaleOptions } from "../stores/LocaleOptions";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user