diff --git a/src/pages/index.tsx b/src/pages/index.tsx index d32fb40..58120f1 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -1,5 +1,4 @@ import Footer from "@/components/footer/footer"; -import { Grid } from "@/components/grid/Grid"; import NavBar from "@/components/navbar/navbar"; import HeaderSection from "@/landing/HeaderSection"; import ResearchSection from "@/landing/ResearchSection";