Browse Source

Add BlankLayout

afc163 7 years ago
parent
commit
4c3eef15c6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/layouts/BlankLayout.js

+ 3 - 0
src/layouts/BlankLayout.js

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