Skip to content

Commit 2a2204c

Browse files
siddharthkpCompuIves
authored andcommitted
Make eslint happy in app (codesandbox#2393)
1 parent 371b4b5 commit 2a2204c

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/common/Modals/PreferencesModal/Experiments

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/common/Modals/PreferencesModal/Experiments/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import React from 'react';
2+
import track from '@codesandbox/common/lib/utils/analytics';
23
// import { inject, observer } from 'app/componentConnectors';
34

45
import {
@@ -8,7 +9,6 @@ import {
89
PreferenceContainer,
910
PaddedPreference,
1011
} from '../elements';
11-
import track from '@codesandbox/common/lib/utils/analytics';
1212

1313
const windowWithOvermind: {
1414
useOvermind?: (val?: boolean) => 'true' | null;

0 commit comments

Comments
 (0)