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 default function Index() { return (

iOSDC Japan 2024 Albatross.swift

Login

); }