From 00e50b2dcfed209669c46da54dc07905d65887b8 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 1 Aug 2024 22:07:29 +0900 Subject: chore(frontend): [biome] organize imports --- frontend/app/entry.client.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/app/entry.client.tsx') 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(() => { -- cgit v1.2.3-70-g09d2