2023-10-28 17:07:11 -06:00

5 lines
81 B
JavaScript

export default function Gallery() {
return (
<p>Gallery</p>
);
};