-
(
+
+
+
-
- {title}
-
-
-
- {description}
-
-
-
- );
+ {title}
+
+
+
+);
export default TitleSection;
diff --git a/frontend/src/components/common/MealRequestCalendarView.tsx b/frontend/src/components/common/MealRequestCalendarView.tsx
index 3abbc612..bb1080d0 100644
--- a/frontend/src/components/common/MealRequestCalendarView.tsx
+++ b/frontend/src/components/common/MealRequestCalendarView.tsx
@@ -40,9 +40,6 @@ import { ErrorMessage } from "../../utils/ErrorUtils";
import { logPossibleGraphQLError } from "../../utils/GraphQLUtils";
import BackgroundImage from "../assets/background.png";
-type ButtonProps = { text: string; path: string };
-type SchoolSidebarProps = { aspId: string; distance: string };
-
const GET_MEAL_REQUESTS_BY_ID = gql`
query GetMealRequestsByRequestorId(
$requestorId: ID!
diff --git a/frontend/src/components/donor/NearbySchoolList.tsx b/frontend/src/components/donor/NearbySchoolList.tsx
index 0592c65d..b9761ca3 100644
--- a/frontend/src/components/donor/NearbySchoolList.tsx
+++ b/frontend/src/components/donor/NearbySchoolList.tsx
@@ -53,8 +53,8 @@ const NearbySchoolList = ({