Skip to content

Commit

Permalink
fix: import image
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Dec 8, 2020
1 parent cd32c0a commit 9f46198
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/stories/src/blogs/component-stats.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ tags:
image: /static/components-usage-blog.jpg
component: BlockContainer
---
import { BlockContainer } from '../../../../ui/components/src/BlockContainer/BlockContainer.tsx';
import { ComponentJSX, Playground } from '@component-controls/blocks';
import { ComponentUsage, AttributeUsage, ComponentUsageList, AttributesUsageList } from '@component-controls/addon-stats';
import componentsUsageImg from './media/components-usage-blog.jpg';
import { BlockContainer } from '../../../../ui/components/src/BlockContainer/BlockContainer.tsx';


# Addon stats
Expand Down

0 comments on commit 9f46198

Please sign in to comment.