mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
5 lines
124 B
TypeScript
5 lines
124 B
TypeScript
import { RemixBrowser } from "@remix-run/react";
|
|
import { hydrate } from "react-dom";
|
|
|
|
hydrate(<RemixBrowser />, document);
|