BlankLayout.js 99 B

123
  1. import React from 'react';
  2. export default props => <div style={{ height: '100%' }} {...props} />;