mirror of
https://github.com/tale/headplane.git
synced 2026-08-23 19:19:02 +00:00
chore: re-stage entry files
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { startTransition, StrictMode } from "react";
|
||||
import { hydrateRoot } from "react-dom/client";
|
||||
import { HydratedRouter } from "react-router/dom";
|
||||
|
||||
startTransition(() => {
|
||||
hydrateRoot(
|
||||
document,
|
||||
<StrictMode>
|
||||
<HydratedRouter />
|
||||
</StrictMode>
|
||||
);
|
||||
});
|
||||
Reference in New Issue
Block a user