Repository URL to install this package:
|
Version:
0.9.6 ▾
|
import React from 'react'
import { storiesOf } from '@storybook/react'
import { styled } from 'view-container'
import SectionLinkList from 'presets/SectionLinkList'
storiesOf('presets/SectionLinkList', module).add('default', () => (
<SectionLinkList />
))