mirror of
https://github.com/harivansh-afk/asap.it.git
synced 2026-04-17 03:03:44 +00:00
first commit
This commit is contained in:
commit
1cdbffff09
200 changed files with 30007 additions and 0 deletions
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.getElementById('root')!, <RemixBrowser />);
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue