From 503d989e1b0a3c7aa0b885157752bd8758e6beb3 Mon Sep 17 00:00:00 2001 From: Sarim-Sheikh-2003 Date: Sat, 20 Jan 2024 13:36:54 -0700 Subject: [PATCH] Added JSDoc comments to Gallery page --- src/Gallery/Gallery.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Gallery/Gallery.js b/src/Gallery/Gallery.js index 16311fd..7065e12 100644 --- a/src/Gallery/Gallery.js +++ b/src/Gallery/Gallery.js @@ -11,6 +11,13 @@ const images = [ { src: 'https://i.redd.it/people-already-making-good-use-of-that-public-domain-v0-krh76hi874ac1.png?width=2000&format=png&auto=webp&s=405581952294275a5d6cf05a97c05b3387b73f34', alt: 'Image 6'} ]; +/** + * @param {null} null - requires onthing + * @returns {JSX.Element} JSX - HTML tags and JS functionality + * @description Gallery Page + * @author Sarim + * @todo move url links to json file until backend is imlemented + */ export default function Gallery() { const [open, setOpen] = useState(false) const [display, setDisplay] = useState('')