We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bf31e4 + 2a2204c commit 981ad9dCopy full SHA for 981ad9d
packages/app/src/app/pages/common/Modals/PreferencesModal/Experiments/index.tsx
@@ -1,4 +1,5 @@
1
import React from 'react';
2
+import track from '@codesandbox/common/lib/utils/analytics';
3
// import { inject, observer } from 'app/componentConnectors';
4
5
import {
@@ -8,7 +9,6 @@ import {
8
9
PreferenceContainer,
10
PaddedPreference,
11
} from '../elements';
-import track from '@codesandbox/common/lib/utils/analytics';
12
13
const windowWithOvermind: {
14
useOvermind?: (val?: boolean) => 'true' | null;
0 commit comments