import React from 'react'; import Gallery from './Gallery' import './galleryView.scss'; const GalleryView = () => { return (

Gallery

); } export { GalleryView };