Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Moore-UOA committed Sep 30, 2024
1 parent 416ff05 commit dd1a09f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import CommunityGalleryWhole from "../dashboardCommunity/CommunityGalleryWhole";
import CommunityGalleryWhole from "../DashboardCommunity/CommunityGalleryWhole";
import Leaderboard from "../Leaderboard";

function DashboardCommunity() {
Expand Down

0 comments on commit dd1a09f

Please sign in to comment.