restructured folder project

This commit is contained in:
andres alcocer
2019-03-30 11:28:15 -04:00
parent cd816828ad
commit 8e22fc06d2
29 changed files with 413 additions and 507 deletions

3
src/hoc/Aux.js Normal file
View File

@@ -0,0 +1,3 @@
const aux = (props) => props.children;
export default aux;