From cbf6ef653ab1957e2d3f0a391c8b2b597630a22f Mon Sep 17 00:00:00 2001 From: Gregor Lohaus Date: Mon, 7 Apr 2025 17:36:03 +0200 Subject: [PATCH] hello world --- .ignore | 2 ++ src/app/page.tsx | 30 ++---------------------------- 2 files changed, 4 insertions(+), 28 deletions(-) create mode 100644 .ignore diff --git a/.ignore b/.ignore new file mode 100644 index 0000000..15fa07c --- /dev/null +++ b/.ignore @@ -0,0 +1,2 @@ +node_modules/** +.next/** diff --git a/src/app/page.tsx b/src/app/page.tsx index bff7a1c..d51141d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,34 +3,8 @@ import Link from "next/link"; export default function HomePage() { return (
-
-

- Create T3 App -

-
- -

First Steps →

-
- Just the basics - Everything you need to know to set up your - database and authentication. -
- - -

Documentation →

-
- Learn more about Create T3 App, the libraries it uses, and how to - deploy it. -
- -
+
+ Hello World
);