Skip to content

Commit 06afdf9

Browse files
aaronrobersonSomeKittens
authored andcommitted
fix(require): fix directory path in require
The relative path to ui-layout.js was missing the forward slash to make it relative to the current directory. The Devils is in the details.
1 parent 39ed18c commit 06afdf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
require('.src/ui-layout');
1+
require('./src/ui-layout');
22
module.exports = 'ui.layout';
33

0 commit comments

Comments
 (0)