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

8 lines
140 B
JavaScript

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