aboutsummaryrefslogtreecommitdiff
path: root/packages/exchange-backoffice-ui/src/forms/InputText.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/exchange-backoffice-ui/src/forms/InputText.tsx')
-rw-r--r--packages/exchange-backoffice-ui/src/forms/InputText.tsx6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/exchange-backoffice-ui/src/forms/InputText.tsx b/packages/exchange-backoffice-ui/src/forms/InputText.tsx
deleted file mode 100644
index 107d87860..000000000
--- a/packages/exchange-backoffice-ui/src/forms/InputText.tsx
+++ /dev/null
@@ -1,6 +0,0 @@
-import { VNode, h } from "preact";
-import { InputLine, UIFormProps } from "./InputLine.js";
-
-export function InputText(props: UIFormProps<string>): VNode {
- return <InputLine type="text" {...props} />;
-}