sql editor - not working

This commit is contained in:
Jan Prochazka
2021-03-07 09:50:20 +01:00
parent 2eebe44f87
commit da6bd9b475
11 changed files with 258 additions and 18 deletions

View File

@@ -5,9 +5,7 @@ import './commands/stdCommands';
const app = new App({
target: document.body,
props: {
name: 'world',
},
props: {},
});
export default app;