feat(web-tanstack): add TanStack Start app shell with tRPC client
This commit is contained in:
14
apps/web-tanstack/src/routes/index.tsx
Normal file
14
apps/web-tanstack/src/routes/index.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import { createFileRoute } from "@tanstack/react-router";
|
||||
|
||||
export const Route = createFileRoute("/")({
|
||||
component: Home,
|
||||
});
|
||||
|
||||
function Home() {
|
||||
return (
|
||||
<main>
|
||||
<h1>Template — TanStack Start</h1>
|
||||
<p>Clean Architecture Monorepo Template</p>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user