Skip to content
Snippets Groups Projects
Commit 496f4bb6 authored by Matt Kirby's avatar Matt Kirby
Browse files

Removed test component

parent b5cb97d4
No related branches found
No related tags found
1 merge request!7Resolve "Adding basic post component"
import Head from 'next/head'
import Image from 'next/image'
import { Inter } from 'next/font/google'
import Test from './test'
import styles from '../styles/Home.module.css'
const inter = Inter({ subsets: ['latin'] })
......@@ -15,8 +16,8 @@ export default function Home() {
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
</Head>
<main>
<Test />
<main className={styles.home}>
</main>
</>
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment