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.tsx10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/components/Registry.tsx b/src/components/Registry.tsx
index e4f6398..7319560 100644
--- a/src/components/Registry.tsx
+++ b/src/components/Registry.tsx
@@ -1,12 +1,8 @@
-import { Paper, Typography } from '@mui/material';
-
function Registry() {
return (
- <Paper>
- <Typography variant="h6">
- Registry
- </Typography>
- </Paper>
+ <>
+ <p>Registry</p>
+ </>
);
}