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