Remove stray import
This commit is contained in:
parent
68cada0a0d
commit
55a6cda062
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue