import { FC, PropsWithChildren } from "react"; import { Box } from "@mui/material"; export const LeafcutterWrapper: FC = ({ children }) => { return {children}; };