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

export default props => <div {...props} />;