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