openreplay/frontend/app/components/ui/Notification/Notification.stories.js
2021-05-01 15:12:01 +05:30

8 lines
161 B
JavaScript

import { storiesOf } from '@storybook/react';
import Notification from '.';
storiesOf('Notification', module)
.add('Pure', () => (
<Notification />
))