Skip to content

Commit

Permalink
update(stemclubs): comment out schools component
Browse files Browse the repository at this point in the history
  • Loading branch information
daluclemas authored and EseAlli committed Jun 13, 2024
1 parent 45d69c8 commit bdb0071
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/stem-clubs/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ import React from "react";
import { ApiLoading, EmptyResponse, GlobalLayout } from "../../components";
import Stats from "../../components/shared-components/stats";
import ActivitiesSection from "../../components/shared-components/activities/activities-section";
import Schools from "../../components/schools";
// import Schools from "../../components/schools";
import { InfoCardHeader } from "../../components/shared-components";
import ImpactStoryCard from "../../components/cards/impact-stories-card";
// import { impactStories } from "../../utils/appData";
import { clubStudentsImage, floralWhiteImage } from "../../assets/images";
import { useQuery } from "@tanstack/react-query";
import { getAllImpactStories } from "../../services/queries";

const StemClubs = () => {
const { isLoading, data } = useQuery({
queryKey: ["impactstories"],
Expand Down

0 comments on commit bdb0071

Please sign in to comment.