Skip to content

Commit 027a1ba

Browse files
committed
Fix typo in index.js
1 parent 6ba224c commit 027a1ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Lazy-load the requested controls
2-
module.exports = [
2+
module.exports = {
33
get ['select-dropdown'] () {
4-
return require('src/js/components/select-dropdown')
4+
return require('./src/js/components/select-dropdown')
55
},
6-
];
6+
};

0 commit comments

Comments
 (0)