/** @jsxRuntime classic */ /** @jsx jsx */ import { css, jsx } from "@emotion/react"; const ResponsiveContainer = ({ children }) => (
{children}
); export default ResponsiveContainer;