Skip to content

Commit

Permalink
fix: invalid keycode export
Browse files Browse the repository at this point in the history
  • Loading branch information
HriBB committed Sep 8, 2016
1 parent 3e14ed7 commit d7f7e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keycodes.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const KEYCODES = {
export default {
ENTER: 13,
ESCAPE: 27,
SPACE: 32,
Expand Down

0 comments on commit d7f7e67

Please sign in to comment.