Refactor editor init

Add inline images to editor footer
Move playground to editor
This commit is contained in:
Matias Arriola
2022-01-24 17:22:39 -03:00
parent 3576d025e9
commit 8ccc4e798e
103 changed files with 1265 additions and 1512 deletions

6
packages/editor/.babelrc Normal file
View File

@ -0,0 +1,6 @@
{
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
}