import React from "react"; const BackgroundWrapper = ({ children }) => { return (
{children}
); }; export default BackgroundWrapper;