From dd1a09ff12e0c905e6454092a887a71424e483cb Mon Sep 17 00:00:00 2001 From: John Moore <126381092+John-Moore-UOA@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:54:45 +1300 Subject: [PATCH] path --- .../Dashboard/DashboardCommunity/CommunityGallery.tsx | 2 +- .../Dashboard/DashboardCommunity/DashboardCommunity.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/Dashboard/DashboardCommunity/CommunityGallery.tsx b/web/src/components/Dashboard/DashboardCommunity/CommunityGallery.tsx index 4561b18..043d328 100644 --- a/web/src/components/Dashboard/DashboardCommunity/CommunityGallery.tsx +++ b/web/src/components/Dashboard/DashboardCommunity/CommunityGallery.tsx @@ -1,6 +1,6 @@ import axios from "axios"; import { useState, useEffect } from "react"; -import CommunityGalleryCard from "../dashboardCommunity/CommunityGalleryCard"; +import CommunityGalleryCard from "../DashboardCommunity/CommunityGalleryCard"; interface GalleryData { title: string; diff --git a/web/src/components/Dashboard/DashboardCommunity/DashboardCommunity.tsx b/web/src/components/Dashboard/DashboardCommunity/DashboardCommunity.tsx index ef1f34c..843fbd9 100644 --- a/web/src/components/Dashboard/DashboardCommunity/DashboardCommunity.tsx +++ b/web/src/components/Dashboard/DashboardCommunity/DashboardCommunity.tsx @@ -1,4 +1,4 @@ -import CommunityGalleryWhole from "../dashboardCommunity/CommunityGalleryWhole"; +import CommunityGalleryWhole from "../DashboardCommunity/CommunityGalleryWhole"; import Leaderboard from "../Leaderboard"; function DashboardCommunity() {