Skip to content

Commit 0cc5d77

Browse files
committed
chore: clean up index page
1 parent 27fb8ae commit 0cc5d77

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

apps/frontend/src/routes/_auth/index.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ import { createFileRoute } from "@tanstack/react-router";
22
import { HeroSection } from "../../sections/HeroSection";
33

44
function Index() {
5-
return (
6-
<>
7-
<HeroSection />
8-
</>
9-
);
5+
return <HeroSection />;
106
}
117

128
export const Route = createFileRoute("/_auth/")({

0 commit comments

Comments
 (0)