This commit is contained in:
gaoshuaixing
2021-12-16 15:21:56 +08:00
parent 8352c01785
commit 2a54810275

View File

@@ -1,11 +1,8 @@
const EeApp = require('ee-core').EeAppliaction;
class Main extends EeApp {
constructor(app) {
super()
}
new EeApp();
}