fix(core): update

This commit is contained in:
2019-10-14 20:55:25 +02:00
parent 8462536b6a
commit ec9551a772
7 changed files with 30 additions and 24 deletions

View File

@@ -1,5 +1,3 @@
import * as plugins from './smartbucket.plugins';
export class Bucket {
}
export class Bucket {}

View File

@@ -1,5 +1,3 @@
import * as plugins from './smartbucket.plugins';
export class Directory {
}
export class Directory {}

View File

@@ -1,5 +1,3 @@
import * as plugins from './smartbucket.plugins';
export class File {
}
export class File {}

View File

@@ -19,7 +19,5 @@ export class SmartBucket {
/**
* initializes the Smartbucket
*/
public async init() {
}
public async init() {}
}