aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/entry.client.tsx
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-01 22:07:29 +0900
committernsfisis <nsfisis@gmail.com>2024-08-01 22:07:29 +0900
commit00e50b2dcfed209669c46da54dc07905d65887b8 (patch)
treee330b62109b7d0f539ffafee1c9a77203bed002b /frontend/app/entry.client.tsx
parentae750a66feb478b06ae62bf8947782c11606de2d (diff)
downloadphperkaigi-2025-albatross-00e50b2dcfed209669c46da54dc07905d65887b8.tar.gz
phperkaigi-2025-albatross-00e50b2dcfed209669c46da54dc07905d65887b8.tar.zst
phperkaigi-2025-albatross-00e50b2dcfed209669c46da54dc07905d65887b8.zip
chore(frontend): [biome] organize imports
Diffstat (limited to 'frontend/app/entry.client.tsx')
-rw-r--r--frontend/app/entry.client.tsx2
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(() => {