From f106dfda762b499af52a741f682c34abb83d27d9 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 28 Jul 2024 02:24:13 +0900 Subject: frontend: impl /login and /dashboard --- frontend/app/routes/_index.tsx | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'frontend/app/routes/_index.tsx') diff --git a/frontend/app/routes/_index.tsx b/frontend/app/routes/_index.tsx index f39c7eb..f5a46ca 100644 --- a/frontend/app/routes/_index.tsx +++ b/frontend/app/routes/_index.tsx @@ -1,9 +1,26 @@ 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

iOSDC 2024 Albatross.swift

; + return ( +
+
+

+ iOSDC 2024 Albatross.swift +

+

+ + Login + +

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