diff options
Diffstat (limited to 'frontend/app/entry.client.tsx')
| -rw-r--r-- | frontend/app/entry.client.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/entry.client.tsx b/frontend/app/entry.client.tsx index 442da4f..7860ee3 100644 --- a/frontend/app/entry.client.tsx +++ b/frontend/app/entry.client.tsx @@ -1,5 +1,5 @@ import { RemixBrowser } from "@remix-run/react"; -import { startTransition, StrictMode } from "react"; +import { StrictMode, startTransition } from "react"; import { hydrateRoot } from "react-dom/client"; startTransition(() => { |
