diff --git a/web/sidebar/left-layout-aside.react.js b/web/sidebar/left-layout-aside.react.js --- a/web/sidebar/left-layout-aside.react.js +++ b/web/sidebar/left-layout-aside.react.js @@ -3,7 +3,7 @@ import * as React from 'react'; import { useSelector } from '../redux/redux-utils'; -import AppSwitcher from './app-switcher.react'; +import AppSwitcher from '../topbar/app-switcher.react'; import CommunityPicker from './community-picker.react'; import css from './left-layout-aside.css'; import SettingsSwitcher from './settings-switcher.react'; diff --git a/web/sidebar/app-switcher.react.js b/web/topbar/app-switcher.react.js rename from web/sidebar/app-switcher.react.js rename to web/topbar/app-switcher.react.js --- a/web/sidebar/app-switcher.react.js +++ b/web/topbar/app-switcher.react.js @@ -11,9 +11,9 @@ import { updateNavInfoActionType } from '../redux/action-types'; import { useSelector } from '../redux/redux-utils'; import { navTabSelector } from '../selectors/nav-selectors.js'; +import css from '../sidebar/left-layout-aside.css'; +import NavigationPanel from '../sidebar/navigation-panel.react'; import SWMansionIcon from '../SWMansionIcon.react'; -import css from './left-layout-aside.css'; -import NavigationPanel from './navigation-panel.react'; function AppSwitcher(): React.Node { const activeChatThreadID = useSelector(