Import inspector

This commit is contained in:
Pieter Vander Vennet 2022-01-22 04:01:13 +01:00
parent 700b48f693
commit 3a158a6155
3 changed files with 188 additions and 6 deletions

View file

@ -1,6 +1,4 @@
import ValidatedTextField from "./UI/Input/ValidatedTextField";
import {VariableUiElement} from "./UI/Base/VariableUIElement";
import ImportInspectorGui from "./UI/ImportFlow/ImportInspector";
new ImportInspectorGui().AttachTo("maindiv")
const tf = ValidatedTextField.InputForType("url")
tf.AttachTo("maindiv")
new VariableUiElement(tf.GetValue()).AttachTo("extradiv")