repo.or.cz
/
openemr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
jquery updates
[openemr.git]
/
.docs
/
#meta
/
index.stories.js
blob
f381197efb62a6e5c09f75f712d6dbc4976b0f78
1
import React from 'react';
2
import { storiesOf } from '@storybook/react';
3
import { doc } from 'storybook-readme';
4
5
import README from '../../interface/README.md';
6
7
storiesOf('# Introduction', module).add('README', doc(README));