bump BETA 3

Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
2022-10-18 13:26:17 +02:00
parent 8a360e122c
commit 41c01d8af5
8 changed files with 1891 additions and 3383 deletions

5
.eslintrc.js Normal file
View File

@ -0,0 +1,5 @@
module.exports = {
extends: [
"./node_modules/@dzeio/config/eslint/react-typescript"
]
}