UNPKG

298 BJavaScriptView Raw
1import React from 'react';
2const {Content} = Layout;
3
4export default class ContentView extends React.Component {
5 render() {
6 return (
7 <Content style={{ background: '#fff', padding: 24, margin: 0, minHeight: 280 }}>
8 Content
9 </Content>
10 )
11 }
12}
\No newline at end of file