This commit is contained in:
2018-03-30 19:42:14 +02:00
commit 9c99f6d7e5
14 changed files with 353 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
import * as plugins from './smartbucket.plugins';
export let standardExport = 'Hi there! :) This is an exported string';
+4
View File
@@ -0,0 +1,4 @@
const removeme = {};
export {
removeme
}