mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
6 lines
161 B
TypeScript
6 lines
161 B
TypeScript
import { hydrate } from "react-dom";
|
|
import { RemixBrowser } from "@remix-run/react";
|
|
|
|
// TODO: should this be hydrateRoot?
|
|
hydrate(<RemixBrowser />, document);
|