cookie consent bar :)

This commit is contained in:
2018-02-02 19:09:23 +01:00
parent e8d2179a4b
commit 281f0a2bda
25 changed files with 11349 additions and 1 deletions

7
.babelrc Normal file
View File

@@ -0,0 +1,7 @@
{
"presets": ["env"],
"plugins": [
"transform-object-rest-spread",
"transform-react-jsx"
]
}