We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27fb8ae commit 0cc5d77Copy full SHA for 0cc5d77
apps/frontend/src/routes/_auth/index.tsx
@@ -2,11 +2,7 @@ import { createFileRoute } from "@tanstack/react-router";
2
import { HeroSection } from "../../sections/HeroSection";
3
4
function Index() {
5
- return (
6
- <>
7
- <HeroSection />
8
- </>
9
- );
+ return <HeroSection />;
10
}
11
12
export const Route = createFileRoute("/_auth/")({
0 commit comments