From 49feda064a44e89d44b984b90c47579b8800de71 Mon Sep 17 00:00:00 2001
From: Matt Kirby <MattJKirby@outlook.com>
Date: Tue, 14 Mar 2023 21:38:27 +0000
Subject: [PATCH] Removed ubnused test import

---
 daily-thought-frontend/src/pages/index.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/daily-thought-frontend/src/pages/index.tsx b/daily-thought-frontend/src/pages/index.tsx
index 6f4371a6..bc490e3e 100644
--- a/daily-thought-frontend/src/pages/index.tsx
+++ b/daily-thought-frontend/src/pages/index.tsx
@@ -1,7 +1,7 @@
 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 />
           }
-- 
GitLab