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

8 lines
137 B
JavaScript

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