ソースを参照

Add BlankLayout

afc163 7 年 前
コミット
4c3eef15c6
1 ファイル変更3 行追加0 行削除
  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} />;