From 464c27442a300b7b30069f52c58510e49ce1c43e Mon Sep 17 00:00:00 2001 From: JilianaTiu Date: Mon, 7 Nov 2022 08:43:16 -0800 Subject: [PATCH] remove involve box import in committees page --- src/public/committees.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/public/committees.tsx b/src/public/committees.tsx index fe3e426..d1045aa 100644 --- a/src/public/committees.tsx +++ b/src/public/committees.tsx @@ -4,7 +4,6 @@ import TopBar from "./components/TopBar"; import { ACTIVE_PAGES, SOCIALS, EMAIL, OFFICERS } from "./Config"; import Splash from "./components/Splash"; import DefaultSection from "./components/DefaultSection"; -import InvolveBox from "./components/InvolveBox"; import SocialCard from "./components/SocialCard"; import Carousel from "./components/Carousel"; import Footer from "./components/Footer";