4 lines
146 B
TypeScript
4 lines
146 B
TypeScript
import { hydrateRoot } from 'react-dom/client'
|
|
import { StartClient } from '@tanstack/react-start/client'
|
|
|
|
hydrateRoot(document, <StartClient />)
|