changed carousel component to a functional component

This commit is contained in:
andres alcocer
2020-08-07 12:50:33 -04:00
parent 38423bddf3
commit 292852ffdf
5 changed files with 110 additions and 96 deletions

16
firebase.json Normal file
View File

@@ -0,0 +1,16 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}