From cb535460350bd510dd4b2b7d6bc3c6ec5f5bcdf1 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 10 May 2023 00:53:37 -0300 Subject: almost first document --- packages/exchange-backoffice-ui/src/App.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'packages/exchange-backoffice-ui/src/App.tsx') diff --git a/packages/exchange-backoffice-ui/src/App.tsx b/packages/exchange-backoffice-ui/src/App.tsx index 04771149f..65b58a344 100644 --- a/packages/exchange-backoffice-ui/src/App.tsx +++ b/packages/exchange-backoffice-ui/src/App.tsx @@ -2,7 +2,15 @@ import { h, VNode } from "preact"; import { HeroSections } from "./HeroSections.js"; import "./scss/main.css"; import { Dashboard } from "./Dashborad.js"; +import { Form } from "./Form.js"; +import { TranslationProvider } from "@gnu-taler/web-util/browser"; export function App(): VNode { - return ; + return ( + + +
+ + + ); } -- cgit v1.2.3