forked from MapComplete/MapComplete
Move tags into subdirectory
This commit is contained in:
parent
3b08e7324b
commit
120832f241
18 changed files with 25 additions and 28 deletions
|
@ -5,7 +5,7 @@ import CheckBox from "../Input/CheckBox";
|
|||
import Combine from "../Base/Combine";
|
||||
import State from "../../State";
|
||||
import Svg from "../../Svg";
|
||||
import {Tag} from "../../Logic/Tag";
|
||||
import {Tag} from "../../Logic/Tags/Tag";
|
||||
|
||||
|
||||
export default class DeleteImage extends UIElement {
|
||||
|
|
|
@ -8,7 +8,7 @@ import {Imgur} from "../../Logic/Web/Imgur";
|
|||
import {DropDown} from "../Input/DropDown";
|
||||
import Translations from "../i18n/Translations";
|
||||
import Svg from "../../Svg";
|
||||
import {Tag} from "../../Logic/Tag";
|
||||
import {Tag} from "../../Logic/Tags/Tag";
|
||||
|
||||
export class ImageUploadFlow extends UIElement {
|
||||
private readonly _licensePicker: UIElement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue