From 8b2fe574fb595f95e16ffa72b4479a16e0fa72b3 Mon Sep 17 00:00:00 2001 From: 23e-matsumoto <23e1389@andrew.ac.jp> Date: Tue, 8 Jul 2025 13:58:24 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=88=E3=83=83=E3=83=97=E3=83=9A=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=82=92=E4=B8=80=E3=81=8B=E3=82=89=E4=BD=9C=E3=82=8A?= =?UTF-8?q?=E7=9B=B4=E3=81=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/page.tsx | 105 +++-------------------------------------------- 1 file changed, 5 insertions(+), 100 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e68abe6..79ca5b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,103 +1,8 @@ -import Image from "next/image"; - +// src/app/page.tsx export default function Home() { return ( -
-
- Next.js logo -
    -
  1. - Get started by editing{" "} - - src/app/page.tsx - - . -
  2. -
  3. - Save and see your changes instantly. -
  4. -
- -
- - Vercel logomark - Deploy now - - - Read our docs - -
-
- -
+
+

私のTODOアプリ

+
); -} +} \ No newline at end of file