Fix build
This commit is contained in:
parent
8bca006787
commit
6d4f5a50f2
4 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue