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