Skip to content

Commit

Permalink
chore: removing duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
Parikshit85 committed Apr 2, 2024
1 parent e10e225 commit ac5f0d8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/ui/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,5 @@ export default function Home({}: Props) {
router.push(url);
}, []);

return (
<Backdrop open={true}>
<CircularProgress color="secondary" />
</Backdrop>
);
return null;
}

0 comments on commit ac5f0d8

Please sign in to comment.