From 0544b8358af68df87dbc472221d8c0842c2b2db0 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 19 May 2023 13:26:47 -0300 Subject: accounts and notifications --- packages/exchange-backoffice-ui/src/handlers/InputText.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 index 107d87860..014730d92 100644 --- a/packages/exchange-backoffice-ui/src/handlers/InputText.tsx +++ b/packages/exchange-backoffice-ui/src/handlers/InputText.tsx @@ -1,6 +1,6 @@ import { VNode, h } from "preact"; import { InputLine, UIFormProps } from "./InputLine.js"; -export function InputText(props: UIFormProps): VNode { +export function InputText(props: UIFormProps): VNode { return ; } -- cgit v1.2.3