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