import AlertChannels from 'container/AllAlertChannels'; import GeneralSettings from 'container/GeneralSettings'; import SettingsWrapper from 'container/SettingsWrapper'; import React from 'react'; const AllAlertChannels = (): JSX.Element => ( ); export default AllAlertChannels;