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

Removed ubnused test import

parent 46ef54d0
No related branches found
No related tags found
1 merge request!8create "Basic components"
import Head from 'next/head'
import Image from 'next/image'
import { Inter } from 'next/font/google'
import Test from './test'
import Test from './feed'
import NavBar from '@/components/navigation/NavBar'
import Hero from '@/components/hero/Hero'
......@@ -26,7 +26,7 @@ export default function Home() {
<link rel="icon" href="/favicon.ico" />
</Head>
<main>
<NavBar user={user}>
<NavBar user={null}>
{user &&
<Hero />
}
......
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