Removed more junk

burgermenu
E. Almqvist 2 years ago
parent 6f31660bfd
commit 6ef4f29b84
  1. 23
      pages/index.tsx

@ -1,14 +1,7 @@
// Stuff
import type {NextPageWithLayout} from './_app'
import type { ReactElement } from 'react'
import Layout from '../components/layout'
// Components
// import Head from 'next/head'
// import styles from '../styles/Home.module.css'
// import Header from 'components/header'
const Page: NextPageWithLayout = () => {
return (
<p>yo</p>
@ -20,19 +13,3 @@ Page.getLayout = (page: ReactElement) => {
}
export default Page
// const Home: NextPage = () => {
// return (
// <div className={styles.container}>
// <Head>
// <title>wych.dev</title>
// <link rel="icon" href="/favicon.ico" />
// </Head>
//
// <Header />
// </div>
// )
// }
//export default Home

Loading…
Cancel
Save