From f4f798b1b4bae3073b669a562fd2b3a7880dffc3 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 15 May 2023 11:45:23 -0300 Subject: second form --- packages/exchange-backoffice-ui/src/handlers/InputText.tsx | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 packages/exchange-backoffice-ui/src/handlers/InputText.tsx (limited to 'packages/exchange-backoffice-ui/src/handlers/InputText.tsx') diff --git a/packages/exchange-backoffice-ui/src/handlers/InputText.tsx b/packages/exchange-backoffice-ui/src/handlers/InputText.tsx new file mode 100644 index 000000000..107d87860 --- /dev/null +++ b/packages/exchange-backoffice-ui/src/handlers/InputText.tsx @@ -0,0 +1,6 @@ +import { VNode, h } from "preact"; +import { InputLine, UIFormProps } from "./InputLine.js"; + +export function InputText(props: UIFormProps): VNode { + return ; +} -- cgit v1.2.3