const React = require('react'); const { storiesOf } = require('@storybook/react'); const { action } = require('@storybook/addon-actions'); const Notification = require('stremio/common/NavBar/NotificationsMenu/NotificationsList/Notification'); const styles = require('./styles'); storiesOf('Notification', module).add('SingleVideo', () => ( ));