aboutsummaryrefslogtreecommitdiff
path: root/packages/exchange-backoffice-ui/src/pages/Info.tsx
blob: 661ab02a7c065f918098ca37e48d8a989b2a36f9 (plain)
1
2
3
4
5
import { h } from "preact";

export function Info() {
  return <div>Show key and wire info</div>;
}