Skip to content

Commit

Permalink
Merge branch 'patientcard' of github.com:hcs-t4sg/therable into patie…
Browse files Browse the repository at this point in the history
…ntcard
  • Loading branch information
AEst2002 committed Nov 5, 2023
2 parents 28d7afe + 0a2098d commit bd3e82c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@ export default async function Home() {
// Users who are already signed in should be redirected to dashboard
redirect("/login");
}
return (
<TypographyH2>Welcome to Therable!</TypographyH2>
);
return <TypographyH2>Welcome to Therable!</TypographyH2>;
}

0 comments on commit bd3e82c

Please sign in to comment.