Skip to content

Commit 4675767

Browse files
committed
Fix the require for DebugStore
1 parent e0ff150 commit 4675767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App/Stores/DebugStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ Dispatcher.register(function(action) {
6363
}
6464
});
6565

66-
export default SingletonStore;
66+
module.exports = SingletonStore;

0 commit comments

Comments
 (0)