import React from "react"; const BoxContainer = ({ boxContainerStyle, children }) => (
); export default BoxContainer;