From a76faafa4b94e12277ecb114219173f143da54dd Mon Sep 17 00:00:00 2001 From: Anton Kastritskiy Date: Tue, 18 Jul 2023 03:52:34 -0700 Subject: [PATCH] remove sandy migration Summary: lblasa said Sandy migration was done years ago. Can be removed safely. Reviewed By: elboman Differential Revision: D47439199 fbshipit-source-id: 3ae0e1b3133d051740cd28e9d47c978e6f478c36 --- .../src/sandy-chrome/LeftRail.tsx | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/desktop/flipper-ui-core/src/sandy-chrome/LeftRail.tsx b/desktop/flipper-ui-core/src/sandy-chrome/LeftRail.tsx index c56c98104..91faf40c7 100644 --- a/desktop/flipper-ui-core/src/sandy-chrome/LeftRail.tsx +++ b/desktop/flipper-ui-core/src/sandy-chrome/LeftRail.tsx @@ -13,7 +13,6 @@ import {SettingOutlined} from '@ant-design/icons'; import {useStore} from '../utils/useStore'; import { theme, - Layout, withTrackingScope, useTrackedCallback, NUX, @@ -22,8 +21,6 @@ import SettingsSheet from '../chrome/SettingsSheet'; import WelcomeScreen from './WelcomeScreen'; import styled from '@emotion/styled'; import {setStaticView} from '../reducers/connections'; -import {SandyRatingButton} from '../chrome/RatingButton'; -import UpdateIndicator from '../chrome/UpdateIndicator'; import constants from '../fb-stubs/constants'; import { canFileExport, @@ -115,20 +112,7 @@ const LeftRailDivider = styled(Divider)({ LeftRailDivider.displayName = 'LeftRailDividier'; export const LeftRail = withTrackingScope(function LeftRail() { - return ( - - - - - - - - ); + return ; }); const menu = css`