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