import styled from 'styled-components'; import NotificationsComponent from './components/NotificationsComponent'; import { notifcationsStyle } from './style'; const Notifications = styled(NotificationsComponent)` ${notifcationsStyle} `; export default Notifications;