Skip to content

Commit

Permalink
Fixed the import order issue of mousetrap lib. (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjosp authored Dec 6, 2023
1 parent 1253eb9 commit 888eb21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { useEffect, useRef } from "react";

import "mousetrap-global-bind";
import { mergeLeft } from "ramda";
import { DEFAULT_CONFIG, MODES } from "src/constants";
import {
Expand Down
1 change: 1 addition & 0 deletions src/utils.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Mousetrap from "mousetrap";
import "mousetrap-global-bind";
import platform from "platform";
import { toPairs } from "ramda";

Expand Down

0 comments on commit 888eb21

Please sign in to comment.