Work
All checks were successful
Lint / lint (push) Successful in 42s

This commit is contained in:
Julien Valverdé
2025-10-13 06:04:10 +02:00
parent 26bc15c15b
commit eefb4481ec
5 changed files with 68 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
import { createRootRoute, Outlet } from "@tanstack/react-router"
import { TanStackRouterDevtools } from "@tanstack/react-router-devtools"
import { Button } from "@/components/ui/button"
import { Card, CardContent } from "@/components/ui/card"
@@ -9,6 +10,10 @@ export const Route = createRootRoute({
function RootComponent() {
return <>
<div className="container mt-6 flex flex-row items-center">
<Button>Git repo</Button>
</div>
<div className="mx-auto w-[750px] max-w-full px-5 pt-28 pb-10 text-foreground">
<Card>
<CardContent>