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.
1 parent a53b34c commit f1f3878Copy full SHA for f1f3878
packages/app/src/app/pages/common/Modals/PreferencesModal/Experiments/index.tsx
@@ -7,7 +7,7 @@ import {
7
PreferenceContainer,
8
} from '../elements';
9
10
-const Experiments: React.FunctionComponent = () => (
+export const Experiments: React.FunctionComponent = () => (
11
<div>
12
<Title>Experiments</Title>
13
@@ -21,5 +21,3 @@ const Experiments: React.FunctionComponent = () => (
21
</SubContainer>
22
</div>
23
);
24
-
25
-export { Experiments };
0 commit comments