Skip to content

Commit ce3bdf7

Browse files
committed
Fix missing reportError import
1 parent 1ea3aa1 commit ce3bdf7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/intercept/config/electron-config.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import * as _ from 'lodash';
22
import * as React from 'react';
33
import { observer, inject } from 'mobx-react';
4-
import { action } from 'mobx';
54

65
import { styled } from '../../../styles';
76
import { Icon } from '../../../icons';
8-
import { trackEvent } from '../../../metrics';
7+
import { reportError } from '../../../errors';
98

109
import { Interceptor } from '../../../model/interception/interceptors';
1110
import { UiStore } from '../../../model/ui-store';

0 commit comments

Comments
 (0)