Updated: dependencies

+ small fixes
This commit is contained in:
RainLoop Team 2016-10-18 20:52:43 +03:00
parent 760d9e6243
commit ae996b75f1
16 changed files with 59 additions and 67 deletions

View file

@ -1,7 +1,5 @@
class AbstractBoot
export class AbstractBoot
{
bootstart() {/* no-empty */}
}
export {AbstractBoot, AbstractBoot as default};