From c6f98c04074f9a2274419e4072a9297e407351d7 Mon Sep 17 00:00:00 2001 From: kensiiwasaki Date: Tue, 21 Nov 2023 16:29:20 +0900 Subject: [PATCH] =?UTF-8?q?add:=20top=E3=83=9A=E3=83=BC=E3=82=B8=E4=BD=9C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/routes/top.tsx | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/routes/top.tsx diff --git a/app/routes/top.tsx b/app/routes/top.tsx new file mode 100644 index 0000000..eb7668e --- /dev/null +++ b/app/routes/top.tsx @@ -0,0 +1,3 @@ +export default function Top() { + return
hello
; +}