fixed eslint issue of loadtransform Notebook and EntityProperty etc files

This commit is contained in:
sunilyadav840
2021-10-06 17:17:14 +05:30
parent f7fa3f7c09
commit 4b0cf93a10
7 changed files with 61 additions and 66 deletions

View File

@@ -1,4 +1,4 @@
export const editor = {
create: () => {},
setTheme: () => {}
create: () => { },
setTheme: () => { }
};