mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-30 22:32:47 -07:00
10 lines
256 B
TypeScript
10 lines
256 B
TypeScript
// File automatically generated by tuono
|
|
// Do not manually update this file
|
|
import 'vite/modulepreload-polyfill'
|
|
import { hydrate } from 'tuono/hydration'
|
|
|
|
// Import the generated route tree
|
|
import { routeTree } from './routeTree.gen'
|
|
|
|
hydrate(routeTree)
|