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} />;