summaryrefslogtreecommitdiff
path: root/client/src/components/Registry.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/components/Registry.tsx')
-rw-r--r--client/src/components/Registry.tsx11
1 files changed, 11 insertions, 0 deletions
diff --git a/client/src/components/Registry.tsx b/client/src/components/Registry.tsx
new file mode 100644
index 0000000..60a73f9
--- /dev/null
+++ b/client/src/components/Registry.tsx
@@ -0,0 +1,11 @@
+import React from 'react';
+
+function Registry() {
+ return (
+ <>
+ <p>Registry</p>
+ </>
+ );
+}
+
+export default Registry;