Browse Source

Add BlankLayout

afc163 7 năm trước cách đây
mục cha
commit
4c3eef15c6
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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} />;