implemented the modal

This commit is contained in:
andres alcocer
2018-11-14 12:05:26 -05:00
parent 2467695d05
commit df86daef65
10 changed files with 128 additions and 16 deletions

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

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