Skip to content

Commit 05d3589

Browse files
committed
refactor: port over plugin loader; export module so other components can pull in
1 parent 2656efc commit 05d3589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uikit-workshop/src/js/plugin-loader.js renamed to packages/uikit-workshop/src/scripts/components/plugin-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*/
1212

13-
var pluginLoader = {
13+
export const pluginLoader = {
1414
init: function() {
1515
var s, t, l, c, n;
1616

0 commit comments

Comments
 (0)