feat: add terminal and simple shortcut system (#16)
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
import { RemixBrowser } from '@remix-run/react';
|
||||
import { startTransition, StrictMode } from 'react';
|
||||
import { startTransition } from 'react';
|
||||
import { hydrateRoot } from 'react-dom/client';
|
||||
|
||||
startTransition(() => {
|
||||
hydrateRoot(
|
||||
document,
|
||||
<StrictMode>
|
||||
<RemixBrowser />
|
||||
</StrictMode>,
|
||||
);
|
||||
hydrateRoot(document, <RemixBrowser />);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user