diff --git a/daily-thought-frontend/src/pages/index.tsx b/daily-thought-frontend/src/pages/index.tsx index bc490e3e93a740bede39f2b9ea7096fe219fa1b7..1cd9854b0196f1451285e9b7487f2b222827c7eb 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'