Explorar o código

Add BlankLayout

afc163 %!s(int64=7) %!d(string=hai) anos
pai
achega
4c3eef15c6
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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} />;