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

8 lines
152 B
JavaScript

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