From cf8b25f6105b7026234b0567b9900defeff5c816 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Tue, 3 Sep 2024 20:43:54 +0200 Subject: [PATCH] remove next app --- app/page.tsx | 106 +-------------------------------------------------- 1 file changed, 1 insertion(+), 105 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 5705d4e..b5ad721 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -3,111 +3,7 @@ import Image from "next/image"; export default function Home() { return (
-
-

- Get started by editing  - app/page.tsx -

-
- - By{" "} - Vercel Logo - -
-
- -
- Next.js Logo -
- -
- -

- Docs{" "} - - -> - -

-

- Find in-depth information about Next.js features and API. -

-
- - -

- Learn{" "} - - -> - -

-

- Learn about Next.js in an interactive course with quizzes! -

-
- - -

- Templates{" "} - - -> - -

-

- Explore starter templates for Next.js. -

-
- - -

- Deploy{" "} - - -> - -

-

- Instantly deploy your Next.js site to a shareable URL with Vercel. -

-
-
+
); }