From fa7755592845a44928e88d2ab78cc04425aa9024 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 4 Aug 2024 14:11:34 +0900 Subject: chore(frontend): format --- frontend/app/routes/dashboard.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontend/app/routes/dashboard.tsx') diff --git a/frontend/app/routes/dashboard.tsx b/frontend/app/routes/dashboard.tsx index 45381e1..229375c 100644 --- a/frontend/app/routes/dashboard.tsx +++ b/frontend/app/routes/dashboard.tsx @@ -4,9 +4,9 @@ import { Form, Link, useLoaderData } from "@remix-run/react"; import { apiGetGames } from "../.server/api/client"; import { ensureUserLoggedIn } from "../.server/auth"; -export const meta: MetaFunction = () => { - return [{ title: "Dashboard | iOSDC Japan 2024 Albatross.swift" }]; -}; +export const meta: MetaFunction = () => [ + { title: "Dashboard | iOSDC Japan 2024 Albatross.swift" }, +]; export async function loader({ request }: LoaderFunctionArgs) { const { user, token } = await ensureUserLoggedIn(request); -- cgit v1.2.3-70-g09d2