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.tsx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/Registry.tsx b/src/components/Registry.tsx
index 8d7fff4..e4f6398 100644
--- a/src/components/Registry.tsx
+++ b/src/components/Registry.tsx
@@ -1,5 +1,4 @@
-import Paper from '@mui/material/Paper';
-import Typography from '@mui/material/Typography';
+import { Paper, Typography } from '@mui/material';
function Registry() {
return (
@@ -8,7 +7,7 @@ function Registry() {
Registry
</Typography>
</Paper>
- )
+ );
}
export default Registry;