Skip to content

Commit a5f9a80

Browse files
committed
Update errors.ts
1 parent fcb78af commit a5f9a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/renderer/app/api/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import BigNumber from 'bignumber.js';
22
import { defineMessages } from 'react-intl';
3-
3+
import get from 'lodash/get';
44
import ApiError, { ErrorType } from '../domains/ApiError';
55

66
export const messages = defineMessages({

0 commit comments

Comments
 (0)