1
1
mirror of https://github.com/primer/css.git synced 2024-09-22 14:17:25 +03:00
css/modules/primer-base/stories.js
2017-11-07 20:31:09 -05:00

8 lines
154 B
JavaScript

import React from 'react'
import { storiesOf } from '@storybook/react'
storiesOf('Base', module)
.add('button', () => (
<button>Button</button>
))