import React from 'react'; export const MenuContent = ({ children }) =>
{children}
;