mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-26 01:09:02 -05:00
5 lines
113 B
TypeScript
5 lines
113 B
TypeScript
import { hydrate } from "react-dom";
|
|
import { RemixBrowser } from "remix";
|
|
|
|
hydrate(<RemixBrowser />, document);
|