From b1000be241ea4d9b9a783a440aa6f02e36400558 Mon Sep 17 00:00:00 2001 From: Roland Osborne Date: Fri, 23 Sep 2022 15:15:11 -0700 Subject: [PATCH] adding registry screen --- app/mobile/src/session/registry/Registry.jsx | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/mobile/src/session/registry/Registry.jsx diff --git a/app/mobile/src/session/registry/Registry.jsx b/app/mobile/src/session/registry/Registry.jsx new file mode 100644 index 00000000..9d99fb17 --- /dev/null +++ b/app/mobile/src/session/registry/Registry.jsx @@ -0,0 +1,4 @@ +export function Registry() { + return <> +} +