From af0d54c1cc289098594c3869996a33bd4425dab6 Mon Sep 17 00:00:00 2001 From: John Moore <126381092+John-Moore-UOA@users.noreply.github.com> Date: Wed, 9 Oct 2024 20:32:17 +1300 Subject: [PATCH] Update CommunityGalleryWhole.tsx --- .../Dashboard/DashboardCommunity/CommunityGalleryWhole.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/Dashboard/DashboardCommunity/CommunityGalleryWhole.tsx b/web/src/components/Dashboard/DashboardCommunity/CommunityGalleryWhole.tsx index 94cff6e..86285e1 100644 --- a/web/src/components/Dashboard/DashboardCommunity/CommunityGalleryWhole.tsx +++ b/web/src/components/Dashboard/DashboardCommunity/CommunityGalleryWhole.tsx @@ -1,5 +1,5 @@ -import axios from "axios"; -import { useState, useEffect } from "react"; +//import axios from "axios"; +//import { useState, useEffect } from "react"; import CommunityGallery from "./CommunityGallery";