blob: ed81be4b432991e8a87d8510911237b7bc10ebd0 (
plain)
1
2
3
4
5
|
import registerRequireContextHook from 'babel-plugin-require-context-hook/register'
import initStoryshots from '@storybook/addon-storyshots'
registerRequireContextHook()
initStoryshots()
|