From eb3628a0969b1e4541ddae4b326b996b9cb17dce Mon Sep 17 00:00:00 2001 From: Joshua Sigona Date: Mon, 25 Oct 2021 16:21:24 +0900 Subject: [PATCH] Hello Bun --- pages/index.js | 64 +------------------------------------------------- 1 file changed, 1 insertion(+), 63 deletions(-) diff --git a/pages/index.js b/pages/index.js index 08145bb..db42323 100644 --- a/pages/index.js +++ b/pages/index.js @@ -3,67 +3,5 @@ import Image from 'next/image' import styles from '../styles/Home.module.css' 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 <>Hello Bun }