import React, { Component } from 'react'; import './index.scss'; export default function Gallery(props) { return( <> { window.innerWidth > 1000 ?
: null } ); }