Skip to content

Commit f1f3878

Browse files
authored
Update index.tsx
1 parent a53b34c commit f1f3878

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
PreferenceContainer,
88
} from '../elements';
99

10-
const Experiments: React.FunctionComponent = () => (
10+
export const Experiments: React.FunctionComponent = () => (
1111
<div>
1212
<Title>Experiments</Title>
1313

@@ -21,5 +21,3 @@ const Experiments: React.FunctionComponent = () => (
2121
</SubContainer>
2222
</div>
2323
);
24-
25-
export { Experiments };

0 commit comments

Comments
 (0)