Explorar el Código

Add BlankLayout

afc163 hace 7 años
padre
commit
4c3eef15c6
Se han modificado 1 ficheros con 3 adiciones y 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} />;