import { createFileRoute } from "@tanstack/solid-router"; import { Button } from "~/components/ui/button"; import { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "~/components/ui/card"; import { Input } from "~/components/ui/input"; import { Label } from "~/components/ui/label"; export const Route = createFileRoute("/")({ component: App }); function App() { return (

Project and deployment ready and automated!

Hallo World();

Tamaraa is the last try!

You may nopw add components and start building.

We've already added the button component for you.

(Press d to toggle dark mode)
Login to your account Enter your email below to login to your account
); }