BlankLayout.js 99 Bytes
Newer Older
1 2
import React from 'react';

xiaohu's avatar
xiaohu committed
3
export default props => <div style={{ height: '100%' }} {...props} />;