Files
linsa-linsa-io/web/app/client.tsx
Aslam e5a0332ec9 chore(start): update to alpha and fix editor image removed (#187)
* chore(start): update to alpha and fix editor image removed

* chore: fix image editor
2024-11-19 02:22:46 +07:00

9 lines
266 B
TypeScript

/// <reference types="vinxi/types/client" />
import { hydrateRoot } from "react-dom/client"
import { StartClient } from "@tanstack/start"
import { createRouter } from "./router"
const router = createRouter()
hydrateRoot(document!, <StartClient router={router} />)