mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
FIX pebkac problem
This commit is contained in:
parent
a582b3bff3
commit
0c3558d707
@ -2,7 +2,7 @@ import { addParameters, addDecorator } from '@storybook/ember';
|
|||||||
import { setJSONDoc } from '@storybook/addon-docs/ember';
|
import { setJSONDoc } from '@storybook/addon-docs/ember';
|
||||||
import { withA11y } from '@storybook/addon-a11y';
|
import { withA11y } from '@storybook/addon-a11y';
|
||||||
// eslint-disable-next-line import/no-unresolved
|
// eslint-disable-next-line import/no-unresolved
|
||||||
import docJson from '../dist/storybook-docgen/index.json';
|
import docJson from '../ember-output/storybook-docgen/index.json';
|
||||||
|
|
||||||
setJSONDoc(docJson);
|
setJSONDoc(docJson);
|
||||||
addDecorator(withA11y);
|
addDecorator(withA11y);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user