import React, { memo } from 'react'; import AddChannel from 'components/modals/AddChannel'; import Confirm from 'components/modals/Confirm'; const Modals = () => ( <> ); export default memo(Modals, () => true);