mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-25 07:32:19 -05:00
6 lines
150 B
TypeScript
6 lines
150 B
TypeScript
import { hydrate } from "react-dom";
|
|
import { RemixBrowser } from "remix";
|
|
|
|
// TODO: should this be hydrateRoot?
|
|
hydrate(<RemixBrowser />, document);
|