import type { MetaFunction } from "@remix-run/node"; import { Link } from "@remix-run/react"; export const meta: MetaFunction = () => { return [{ title: "Albatross.swift" }]; }; export default function Index() { return (
Login