MetaPhase-Consulting/State-TalentMAP

View on GitHub
src/Components/ProfilePage/Notifications.jsx

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import NotificationsContainer from 'Containers/Notifications';
import NotificationsComponent from 'Components/Notifications';

const Notifications = () => (
  <NotificationsContainer>
    <NotificationsComponent />
  </NotificationsContainer>
);

export default Notifications;