import React from "react"; const Background = props => { const { innerRef, ...restProps } = props; return (
); }; export default Background;