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/routes/admin.games_.$gameId.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontend/app/routes/admin.games_.$gameId.tsx') diff --git a/frontend/app/routes/admin.games_.$gameId.tsx b/frontend/app/routes/admin.games_.$gameId.tsx index 1ad8a2a..a7bd651 100644 --- a/frontend/app/routes/admin.games_.$gameId.tsx +++ b/frontend/app/routes/admin.games_.$gameId.tsx @@ -1,11 +1,11 @@ import type { + ActionFunctionArgs, LoaderFunctionArgs, MetaFunction, - ActionFunctionArgs, } from "@remix-run/node"; -import { useLoaderData, Form } from "@remix-run/react"; +import { Form, useLoaderData } from "@remix-run/react"; +import { adminApiGetGame, adminApiPutGame } from "../.server/api/client"; import { isAuthenticated } from "../.server/auth"; -import { adminApiPutGame, adminApiGetGame } from "../.server/api/client"; export const meta: MetaFunction = ({ data }) => { return [ -- cgit v1.2.3-70-g09d2