Browse Source

Add BlankLayout

pull/2096/head
afc163 8 years ago
committed by 偏右
parent
commit
4c3eef15c6
  1. 3
      src/layouts/BlankLayout.js

3
src/layouts/BlankLayout.js

@ -0,0 +1,3 @@
import React from 'react';
export default props => <div {...props} />;
Loading…
Cancel
Save