Skip to content

Commit 9b296ec

Browse files
committed
actually export from index
1 parent f2affcd commit 9b296ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
'use strict'
2+
const Factory = require('./src/Factory')
3+
4+
module.exports = Factory

0 commit comments

Comments
 (0)