Fix build

This commit is contained in:
Pieter Vander Vennet 2020-06-29 03:16:34 +02:00
parent 8bca006787
commit 6d4f5a50f2
4 changed files with 5 additions and 5 deletions

View file

@ -1,10 +1,10 @@
import {UIElement} from "./UIElement";
import {UIEventSource} from "./UIEventSource";
import {VariableUiElement} from "./VariableUIElement";
import $ from "jquery"
import {Imgur} from "../Logic/Imgur";
import {UserDetails} from "../Logic/OsmConnection";
import {DropDownUI} from "./DropDownUI";
import {DropDownUI} from "./Base/DropDownUI";
import {VariableUiElement} from "./Base/VariableUIElement";
export class ImageUploadFlow extends UIElement {
private _licensePicker: UIElement;