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 f9a7742 commit 2e20a8fCopy full SHA for 2e20a8f
packages/app/src/app/pages/Sandbox/Editor/Content/Tabs/Tab/index.js
@@ -1,5 +1,4 @@
1
import * as React from 'react';
2
-import { observer } from 'app/componentConnectors';
3
4
import { ContextMenu } from 'app/components/ContextMenu';
5
import { Container, TabTitle, StyledCloseIcon } from './elements';
@@ -85,4 +84,4 @@ class Tab extends React.Component {
85
84
}
86
87
88
-export default observer(Tab);
+export default Tab;
0 commit comments