From b7b132812f3f14897c6936971fb11c78d62efe87 Mon Sep 17 00:00:00 2001 From: stefan080106 Date: Sun, 15 May 2022 18:23:52 +0200 Subject: [PATCH] :fire: Remove init Code --- pages/index.js | 68 ++------------------------------------------------ 1 file changed, 2 insertions(+), 66 deletions(-) diff --git a/pages/index.js b/pages/index.js index dc4b640..3cdd76d 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,69 +1,5 @@ -import Head from 'next/head' -import Image from 'next/image' -import styles from '../styles/Home.module.css' +import Head from "next/head"; export default function Home() { - return ( -
- - Create Next App - - - - -
-

- Welcome to Next.js! -

- -

- Get started by editing{' '} - pages/index.js -

- -
- -

Documentation →

-

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

-
- - -

Learn →

-

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

-
- - -

Examples →

-

Discover and deploy boilerplate example Next.js projects.

-
- - -

Deploy →

-

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

-
-
-
- - -
- ) + return
; }