From 8f2cceacc8fde328033de7f05bb12e7b1246dd86 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 1 Aug 2024 22:22:12 +0900 Subject: chore(frontend): [biome] format --- frontend/app/entry.client.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'frontend/app/entry.client.tsx') diff --git a/frontend/app/entry.client.tsx b/frontend/app/entry.client.tsx index 7860ee3..92d1585 100644 --- a/frontend/app/entry.client.tsx +++ b/frontend/app/entry.client.tsx @@ -3,10 +3,10 @@ import { StrictMode, startTransition } from "react"; import { hydrateRoot } from "react-dom/client"; startTransition(() => { - hydrateRoot( - document, - - - , - ); + hydrateRoot( + document, + + + , + ); }); -- cgit v1.2.3-70-g09d2