Move HelpText to where it belongs

This commit is contained in:
Pieter Vander Vennet 2020-09-17 14:24:36 +02:00
parent 82e5a80c0d
commit 1c31f83f37
3 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@ import {UIElement} from "../UIElement";
import {UIEventSource} from "../../Logic/UIEventSource";
import SingleSetting from "./SingleSetting";
import LayerPanel from "./LayerPanel";
import HelpText from "../../Customizations/HelpText";
import HelpText from "./HelpText";
import {MultiTagInput} from "../Input/MultiTagInput";
import {FromJSON} from "../../Customizations/JSON/FromJSON";
import Combine from "../Base/Combine";