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() {