aboutsummaryrefslogtreecommitdiff
path: root/packages/exchange-backoffice-ui/src/pages/Info.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-05-25 18:08:20 -0300
committerSebastian <sebasjm@gmail.com>2023-05-26 09:26:09 -0300
commit64e3705669e7c12b8013704654f17cf8eaf659d4 (patch)
treeb0572d228b34740f307da4c59e6e5fa0e3e1f808 /packages/exchange-backoffice-ui/src/pages/Info.tsx
parentdad7d48ed2d7cd6f17466889395b49023e4b5097 (diff)
downloadwallet-core-64e3705669e7c12b8013704654f17cf8eaf659d4.tar.xz
cases, account details and new-form screen
Diffstat (limited to 'packages/exchange-backoffice-ui/src/pages/Info.tsx')
-rw-r--r--packages/exchange-backoffice-ui/src/pages/Info.tsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/exchange-backoffice-ui/src/pages/Info.tsx b/packages/exchange-backoffice-ui/src/pages/Info.tsx
deleted file mode 100644
index 661ab02a7..000000000
--- a/packages/exchange-backoffice-ui/src/pages/Info.tsx
+++ /dev/null
@@ -1,5 +0,0 @@
-import { h } from "preact";
-
-export function Info() {
- return <div>Show key and wire info</div>;
-}