fix: remove monorepo
This commit is contained in:
7
app/entry.client.tsx
Normal file
7
app/entry.client.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { RemixBrowser } from '@remix-run/react';
|
||||
import { startTransition } from 'react';
|
||||
import { hydrateRoot } from 'react-dom/client';
|
||||
|
||||
startTransition(() => {
|
||||
hydrateRoot(document, <RemixBrowser />);
|
||||
});
|
||||
Reference in New Issue
Block a user