mirror of
https://github.com/UofCBaja/BajaUofCWebsite.git
synced 2025-06-16 13:54:17 -06:00
5 lines
81 B
JavaScript
5 lines
81 B
JavaScript
export default function Gallery() {
|
|
return (
|
|
<p>Gallery</p>
|
|
);
|
|
}; |