From 18308a22879dc9143a03bcbe53cf0c5e8e49ee1f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 27 Jul 2024 01:17:37 +0900 Subject: remix --- frontend/app/routes/_index.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 frontend/app/routes/_index.tsx (limited to 'frontend/app/routes/_index.tsx') diff --git a/frontend/app/routes/_index.tsx b/frontend/app/routes/_index.tsx new file mode 100644 index 0000000..f39c7eb --- /dev/null +++ b/frontend/app/routes/_index.tsx @@ -0,0 +1,9 @@ +import type { MetaFunction } from "@remix-run/node"; + +export const meta: MetaFunction = () => { + return [{ title: "Albatross.swift" }]; +}; + +export default function Index() { + return

iOSDC 2024 Albatross.swift

; +} -- cgit v1.2.3-70-g09d2