mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 04:41:07 +08:00
Add missing import
This commit is contained in:
parent
a540ca23e1
commit
bc1a7af7d4
@ -2,7 +2,7 @@
|
|||||||
// List.stories.tsx
|
// List.stories.tsx
|
||||||
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { List } from './List';
|
import { List, ListProps } from './List';
|
||||||
import { Unchecked } from './ListItem.stories';
|
import { Unchecked } from './ListItem.stories';
|
||||||
|
|
||||||
const Template: Story<ListProps> = (args) => <List {...args} />;
|
const Template: Story<ListProps> = (args) => <List {...args} />;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user