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/root.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontend/app/root.tsx') diff --git a/frontend/app/root.tsx b/frontend/app/root.tsx index 58a06dd..57f1a10 100644 --- a/frontend/app/root.tsx +++ b/frontend/app/root.tsx @@ -8,9 +8,9 @@ import { } from "@remix-run/react"; import "./tailwind.css"; -export const links: LinksFunction = () => { - return [{ rel: "icon", href: "/favicon.svg" }]; -}; +export const links: LinksFunction = () => [ + { rel: "icon", href: "/favicon.svg" }, +]; export function Layout({ children }: { children: React.ReactNode }) { return ( -- cgit v1.2.3-70-g09d2