Move tags into subdirectory

This commit is contained in:
Pieter Vander Vennet 2021-03-29 00:41:53 +02:00
parent 3b08e7324b
commit 120832f241
18 changed files with 25 additions and 28 deletions

View file

@ -7,7 +7,6 @@ import Combine from "../Base/Combine";
import TagRenderingAnswer from "./TagRenderingAnswer";
import State from "../../State";
import Svg from "../../Svg";
import {TagUtils} from "../../Logic/TagUtils";
export default class EditableTagRendering extends UIElement {
private readonly _tags: UIEventSource<any>;