UNPKG
acnpgrv
Version:
latest (2.0.0)
2.0.0
my build of react-advanced-form-addons but with inputmask and others.
acnpgrv
/
.storybook
/
config.js
8 lines
(5 loc)
•
132 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{ configure }
from
'@storybook/react'
;
function
loadStories
(
) {
require
(
'../stories'
); }
configure
(loadStories,
module
);