mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-25 07:32:19 -05:00
5 lines
139 B
TypeScript
5 lines
139 B
TypeScript
import { RemixBrowser } from "@remix-run/react";
|
|
import { hydrateRoot } from "react-dom/client";
|
|
|
|
hydrateRoot(document, <RemixBrowser />);
|