From 6c1cbe9f4d956ad6140c780b2f88f5de4e4eee67 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 12 Dec 2021 23:23:52 +0100 Subject: build: move global styles and pages inside src directory --- pages/index.tsx | 72 --------------------------------------------------------- 1 file changed, 72 deletions(-) delete mode 100644 pages/index.tsx (limited to 'pages/index.tsx') diff --git a/pages/index.tsx b/pages/index.tsx deleted file mode 100644 index 72a4a59..0000000 --- a/pages/index.tsx +++ /dev/null @@ -1,72 +0,0 @@ -import type { NextPage } from 'next' -import Head from 'next/head' -import Image from 'next/image' -import styles from '../styles/Home.module.css' - -const Home: NextPage = () => { - return ( -
- - Create Next App - - - - -
-

- Welcome to Next.js! -

- -

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

- -
- -

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. -

-
-
-
- - -
- ) -} - -export default Home -- cgit v1.2.3