moved editor to separate reducer

This commit is contained in:
Fedor Katurov 2020-01-09 10:59:26 +07:00
parent e950d98b73
commit 87670770b0
38 changed files with 1425 additions and 1069 deletions

View file

@ -23,5 +23,8 @@
"./src/index.tsx",
"./backend/**/*",
"./custom.d.ts"
],
"exclude": [
"./src/_modules/**/*"
]
}