import { hydrate } from 'preact' import { App } from './App' import { ClientContext } from './hooks' hydrate( , document.body )