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.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/app/routes/admin.games.tsx') diff --git a/frontend/app/routes/admin.games.tsx b/frontend/app/routes/admin.games.tsx index 00a56d6..adba7f5 100644 --- a/frontend/app/routes/admin.games.tsx +++ b/frontend/app/routes/admin.games.tsx @@ -1,7 +1,7 @@ import type { LoaderFunctionArgs, MetaFunction } from "@remix-run/node"; -import { useLoaderData, Link } from "@remix-run/react"; -import { isAuthenticated } from "../.server/auth"; +import { Link, useLoaderData } from "@remix-run/react"; import { adminApiGetGames } from "../.server/api/client"; +import { isAuthenticated } from "../.server/auth"; export const meta: MetaFunction = () => { return [{ title: "[Admin] Games | iOSDC Japan 2024 Albatross.swift" }]; -- cgit v1.2.3-70-g09d2