remixed v0
This commit is contained in:
4
app/entry.client.tsx
Normal file
4
app/entry.client.tsx
Normal file
@ -0,0 +1,4 @@
|
||||
import { hydrate } from "react-dom";
|
||||
import { RemixBrowser } from "@remix-run/react";
|
||||
|
||||
hydrate(<RemixBrowser />, document);
|
Reference in New Issue
Block a user