mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
8295bd6882
this shall be a progressive process
6 lines
114 B
JavaScript
6 lines
114 B
JavaScript
const Storybook = require('@kadira/storybook');
|
|
|
|
Storybook.configure(() => {
|
|
require('../stories');
|
|
}, module);
|