Skip to content

Commit 98a47ba

Browse files
committed
chore: add index.js to utils to simplify pulling in utility libraries in other components
1 parent d094e30 commit 98a47ba

File tree

1 file changed

+5
-0
lines changed
  • packages/uikit-workshop/src/scripts/utils

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// Export Utilties + Helpers
2+
export { DataSaver } from './data-saver';
3+
export { postmessage } from './postmessage';
4+
export { urlHandler } from './url-handler';
5+
export { Dispatcher } from './eventemitter';

0 commit comments

Comments
 (0)