This commit is contained in:
@@ -9,15 +9,13 @@ export const Route = createRootRoute({
|
|||||||
|
|
||||||
function RootComponent() {
|
function RootComponent() {
|
||||||
return <>
|
return <>
|
||||||
|
<div className="text-foreground mx-auto w-[750px] max-w-full px-5 pt-28 pb-10">
|
||||||
<Card>
|
<Card>
|
||||||
<CardHeader>
|
|
||||||
<CardTitle>My website</CardTitle>
|
|
||||||
</CardHeader>
|
|
||||||
|
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<Outlet />
|
<Outlet />
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</Card>
|
||||||
|
</div>
|
||||||
|
|
||||||
<TanStackRouterDevtools />
|
<TanStackRouterDevtools />
|
||||||
</>
|
</>
|
||||||
|
|||||||
@@ -6,5 +6,5 @@ export const Route = createFileRoute("/")({
|
|||||||
})
|
})
|
||||||
|
|
||||||
function RouteComponent() {
|
function RouteComponent() {
|
||||||
return <div>Hello "/"!</div>
|
return <p className="text-center">Coming soon!</p>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user