Remove stray import

This commit is contained in:
Pieter Vander Vennet 2023-12-13 00:47:48 +01:00
parent 68cada0a0d
commit 55a6cda062

View file

@ -2,7 +2,6 @@ import { UIEventSource } from "../../Logic/UIEventSource"
import { LocalStorageSource } from "../../Logic/Web/LocalStorageSource"
import { Utils } from "../../Utils"
import { QueryParameters } from "../../Logic/Web/QueryParameters"
import Doc = Mocha.reporters.Doc
export default class Locale {
public static showLinkToWeblate: UIEventSource<boolean> = new UIEventSource<boolean>(false)