afc163 7 anni fa
parent
commit
4c3eef15c6
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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} />;