Skip to content

Commit

Permalink
chore: add missed import
Browse files Browse the repository at this point in the history
  • Loading branch information
dimabory committed Feb 12, 2020
1 parent 0597b95 commit 0116ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AccordionTableRow/Example.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Renders single row for the `AccordionTable`.

```jsx
import { AccordionTable, colors } from 'precise-ui';
import { AccordionTableRow, AccordionTable, colors } from 'precise-ui';

const columns = {
key: { header: 'Key', sortable: true },
Expand Down

0 comments on commit 0116ded

Please sign in to comment.