Skip to content

Commit

Permalink
Fix heading storybook import
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend authored and gziolo committed Apr 30, 2021
1 parent 0a84321 commit ecabbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/heading/stories/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Internal dependencies
*/
import { Heading } from '../index';
import Heading from '../index';

export default {
component: Heading,
Expand Down

0 comments on commit ecabbad

Please sign in to comment.