import React from 'react' import "./font.css" import "./left.less" const Module = (props) => { const { style, children, title, hualun, customize } = props return ( <>
{/*

{title || []}

*/} {title || []}
{children}
) } export default Module