mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
Fix "Metadata|Individual@Individual 1" story - missing declaration
This commit is contained in:
parent
6d1aafa668
commit
63b50531d6
@ -9,7 +9,7 @@ storiesOf('Metadata|Individual', module)
|
||||
},
|
||||
moduleMetadata: {
|
||||
imports: [],
|
||||
declarations: [],
|
||||
declarations: [TokenComponent],
|
||||
providers: [
|
||||
{
|
||||
provide: ITEMS,
|
||||
|
Loading…
x
Reference in New Issue
Block a user