mirror of
https://github.com/primer/css.git
synced 2024-11-10 16:07:25 +03:00
8 lines
154 B
JavaScript
8 lines
154 B
JavaScript
import React from 'react'
|
|
import { storiesOf } from '@storybook/react'
|
|
|
|
storiesOf('Base', module)
|
|
.add('button', () => (
|
|
<button>Button</button>
|
|
))
|