forked from MapComplete/MapComplete
Move HelpText to where it belongs
This commit is contained in:
parent
82e5a80c0d
commit
1c31f83f37
3 changed files with 8 additions and 8 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue