From a9d60b8d4a29c4d65b1d910ae0e489e2b18258fc Mon Sep 17 00:00:00 2001
From: Matt Kirby <MattJKirby@outlook.com>
Date: Tue, 14 Mar 2023 21:38:39 +0000
Subject: [PATCH] Whoop. Removed test imort

---
 daily-thought-frontend/src/pages/index.tsx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/daily-thought-frontend/src/pages/index.tsx b/daily-thought-frontend/src/pages/index.tsx
index bc490e3e..1cd9854b 100644
--- a/daily-thought-frontend/src/pages/index.tsx
+++ b/daily-thought-frontend/src/pages/index.tsx
@@ -1,7 +1,6 @@
 import Head from 'next/head'
 import Image from 'next/image'
 import { Inter } from 'next/font/google'
-import Test from './feed'
 import NavBar from '@/components/navigation/NavBar'
 import Hero from '@/components/hero/Hero'
 
-- 
GitLab