import React from "react"; import Layout from './Layout'; import Gallery from "react-photo-gallery"; import { photos } from "./Photos"; export default function Galleryimg(){ return (

Gallery

;
); };