diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-04 14:11:34 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-04 14:16:59 +0900 |
| commit | fa7755592845a44928e88d2ab78cc04425aa9024 (patch) | |
| tree | a07dc0ee1bef58d24326f5dc1d2734c4ad298ab7 /frontend/app/routes/_index.tsx | |
| parent | 4c43d2b7b2b42b0da7863ea468fa39bf8129ebdf (diff) | |
| download | iosdc-japan-2024-albatross-fa7755592845a44928e88d2ab78cc04425aa9024.tar.gz iosdc-japan-2024-albatross-fa7755592845a44928e88d2ab78cc04425aa9024.tar.zst iosdc-japan-2024-albatross-fa7755592845a44928e88d2ab78cc04425aa9024.zip | |
chore(frontend): format
Diffstat (limited to 'frontend/app/routes/_index.tsx')
| -rw-r--r-- | frontend/app/routes/_index.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/app/routes/_index.tsx b/frontend/app/routes/_index.tsx index c56d4b2..b82efc4 100644 --- a/frontend/app/routes/_index.tsx +++ b/frontend/app/routes/_index.tsx @@ -1,9 +1,9 @@ import type { MetaFunction } from "@remix-run/node"; import { Link } from "@remix-run/react"; -export const meta: MetaFunction = () => { - return [{ title: "iOSDC Japan 2024 Albatross.swift" }]; -}; +export const meta: MetaFunction = () => [ + { title: "iOSDC Japan 2024 Albatross.swift" }, +]; export default function Index() { return ( |
