Skip to content

Commit

Permalink
Update CommunityGalleryWhole.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Moore-UOA authored Oct 9, 2024
1 parent 7240ca2 commit 10df12e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

import CommunityGallery from "./CommunityGallery";

interface EventData {
title: string;
location: string;
}
//interface EventData {
// title: string;
// location: string;
//}

const CommunityGalleryWhole = () => {
// TEMPORARY DATA passing down events into community gallery vvvvvvvvvvvvvvvvvvvvvvvvvvvvv
Expand Down Expand Up @@ -43,7 +43,7 @@ const CommunityGalleryWhole = () => {
// }, []);
// TEMPORARY ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

return (
return (
<div>
{/* passing event data into community gallery*/}
<CommunityGallery />
Expand Down

0 comments on commit 10df12e

Please sign in to comment.