import "./editor.scss"; const ProInfo = ({children}) => { return (
{children}
); } export default ProInfo;