/
githubmirror
/
react-beautiful-dnd
Обзор
Документация
Войти
/
githubmirror
/
react-beautiful-dnd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
stories/35-function-component.stories.js
9 строк
268 B
Alex Reardon
fixing linting
04 фев 2020, 09:06
04 фев 2020, 09:06
adb3957
Код
Авторство
О чём код?
// @flow import React from 'react'; import { storiesOf } from '@storybook/react'; import QuoteApp from './src/function-component/quote-app'; storiesOf( 'Function component usage', module, ).add('using rbd with function components and hooks', () => <QuoteApp />);