Skip to content

Commit

Permalink
Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AEst2002 authored and github-actions[bot] committed Nov 5, 2023
1 parent f33b657 commit 0a2098d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { TypographyH2, TypographyP } from "@/components/ui/typography";
import { TypographyH2 } from "@/components/ui/typography";
import { createServerSupabaseClient } from "@/lib/server-utils";
import { redirect } from "next/navigation";

Expand All @@ -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 0a2098d

Please sign in to comment.