forked from MapComplete/MapComplete
Fix incorrect imports due to refactoring
This commit is contained in:
parent
cd1171e678
commit
bec1998a6d
5 changed files with 63 additions and 17 deletions
|
@ -12,8 +12,8 @@ import {FixedUiElement} from "../Base/FixedUiElement";
|
|||
import Translations from "../i18n/Translations";
|
||||
import Constants from "../../Models/Constants";
|
||||
import LayerConfig from "../../Customizations/JSON/LayerConfig";
|
||||
import {Tag} from "../../Logic/Tag";
|
||||
import {TagUtils} from "../../Logic/TagUtils";
|
||||
import {Tag} from "../../Logic/Tags/Tag";
|
||||
import {TagUtils} from "../../Logic/Tags/TagUtils";
|
||||
|
||||
export default class SimpleAddUI extends UIElement {
|
||||
private readonly _loginButton: UIElement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue