Skip to content

Commit 9096c89

Browse files
committed
fix Table mdx import
1 parent 9673da7 commit 9096c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Table/Table.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { ArgsTable, Story, Preview } from '@storybook/addon-docs/blocks';
2-
import { Table } from './Table';
2+
import Table from './Table';
33

44
# Table
55
Displays sets of data. Can be fully customized.

0 commit comments

Comments
 (0)