forked from MapComplete/MapComplete
Refactoring: Remove some unused or deprecated classes
This commit is contained in:
parent
ee1ef81f48
commit
2822eafef6
6 changed files with 1 additions and 72 deletions
|
|
@ -1,12 +1,6 @@
|
|||
import { Utils } from "../../Utils"
|
||||
import Combine from "./Combine"
|
||||
import BaseUIElement from "../BaseUIElement"
|
||||
import Title from "./Title"
|
||||
import Table from "./Table"
|
||||
import { Store, UIEventSource } from "../../Logic/UIEventSource"
|
||||
import { VariableUiElement } from "./VariableUIElement"
|
||||
import { UIEventSource } from "../../Logic/UIEventSource"
|
||||
import { Translation } from "../i18n/Translation"
|
||||
import { FixedUiElement } from "./FixedUiElement"
|
||||
import Translations from "../i18n/Translations"
|
||||
import MarkdownUtils from "../../Utils/MarkdownUtils"
|
||||
import Locale from "../i18n/Locale"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue