diff --git a/src/app/page.tsx b/src/app/page.tsx index e68abe6..3d7512a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,103 +1,14 @@ -import Image from "next/image"; - 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アプリ +

+

+ これからTODOアプリを作っていきます! +

+
+
); }