mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
7 lines
247 B
JavaScript
7 lines
247 B
JavaScript
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
import { setCustomElementsManifest } from '@storybook/web-components';
|
|
|
|
import customElementsManifest from './custom-elements.json';
|
|
|
|
setCustomElementsManifest(customElementsManifest);
|