This doesn't seem to make sense for this component: ActiveUsersList. It shows as an error in the Code editor
import MessageList from '../MessageList/MessageList'
export default MessageList
Should this just be
export * from './ActiveUsersList'
like the others components