Skip to content

Commit

Permalink
- fixed text in usage.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
SergejLust committed Sep 5, 2023
1 parent 1006e28 commit fda8203
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { Meta } from '@storybook/blocks'

import { Meta } from '@storybook/blocks';
import * as TableBasicVersionStories from './table-basic-version.stories';

import TableBasicVersionCellButtonItems from '../../../public-storybook/images/table-basic-version/table-cell-button-items.png';
import TableBasicVersionCellCheckboxItems from '../../../public-storybook/images/table-basic-version/table-cell-checkbox-items.png';
import TableBasicVersionCellStatusItems from '../../../public-storybook/images/table-basic-version/table-cell-status-items.png';
import TableBasicVersionCellTextItems from '../../../public-storybook/images/table-basic-version/table-cell-text-items.png';
import TableBasicVersionCellTreeItems from '../../../public-storybook/images/table-basic-version/table-cell-tree-items.png';
import TableBasicVersionContentTemplateItems from '../../../public-storybook/images-basic-version/table/table-content-template-items.png';
import TableBasicVersionContentTemplateItems from '../../../public-storybook/images/table-basic-version/table-content-template-items.png';
import TableBasicVersionExampleCompact from '../../../public-storybook/images/table-basic-version/table-example-compact.png';
import TableBasicVersionExampleDefault from '../../../public-storybook/images/table-basic-version/table-example-default.png';
import TableBasicVersionHeaderTemplateItems from '../../../public-storybook/images/table-basic-version/table-header-template-items.png';
Expand Down

0 comments on commit fda8203

Please sign in to comment.