diff --git a/desktop/plugins/layout/index.tsx b/desktop/plugins/layout/index.tsx
index 8b14daf1d..34a30622b 100644
--- a/desktop/plugins/layout/index.tsx
+++ b/desktop/plugins/layout/index.tsx
@@ -12,24 +12,17 @@ import {
Element,
ElementSearchResultSet,
PluginClient,
- FlexRow,
FlipperPlugin,
Toolbar,
DetailSidebar,
- VerticalRule,
Button,
GK,
Idler,
- Text,
- styled,
- colors,
- SupportRequestFormV2,
- constants,
ReduxState,
ArchivedDevice,
ToolbarIcon,
Layout,
- Scrollable,
+ Sidebar,
} from 'flipper';
import Inspector from './Inspector';
import InspectorSidebar from './InspectorSidebar';
@@ -372,17 +365,14 @@ export default class LayoutPlugin extends FlipperPlugin<
);
const axInspector = this.state.inAXMode ? (
-
-
-
- this.setState({selectedAXElement})}
- showsSidebar={true}
- ax
- />
-
-
+
+ this.setState({selectedAXElement})}
+ showsSidebar={true}
+ ax
+ />
+
) : null;
const showAnalyzeYogaPerformanceButton = GK.get('flipper_yogaperformance');
@@ -440,10 +430,10 @@ export default class LayoutPlugin extends FlipperPlugin<
initialQuery={this.props.deepLinkPayload}
/>
-
+
{inspector}
{axInspector}
-
+