Skip to content

Commit 1ac7ebc

Browse files
committed
fix: enforce ES module export
1 parent b2052b0 commit 1ac7ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import Controller from './Controller';
22

3-
module.exports = Controller;
3+
export default Controller;

0 commit comments

Comments
 (0)