import RouteTab from 'components/RouteTab'; import ROUTES from 'constants/routes'; import AlertChannels from 'container/AllAlertChannels'; import GeneralSettings from 'container/GeneralSettings'; import history from 'lib/history'; import React from 'react'; function SettingsPage(): JSX.Element { const pathName = history.location.pathname; return ( ); } export default SettingsPage;