import { PageContainer } from '@ant-design/pro-components'; import { Typography } from 'antd'; import styles from './Welcome.less'; const CodePreview = ({ children }) => (
    
      {children}
    
  
); const Welcome = () => { return 234; }; export default Welcome;