chore: remove duplicate imports in config.js
Since we have imports in index.js
, it seems unnecessary to globally register the components as well for storybook config. I've removed it from storybook config and opted for importing each component in the story instead
Edited by Clement Ho