Skip to content

Commit

Permalink
fix import path in example
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Feb 15, 2023
1 parent 5b4a386 commit 37ae86b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/src/blocks/hero/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import { useBlockProps } from '@wordpress/block-editor';
import { __ } from '@wordpress/i18n';
import { header } from '@wordpress/icons';

import { PostFeaturedImage, PostTitle, PostPrimaryCategory, PostDate, PostCategoryList, PostAuthor } from '@10up/block-components';
import { PostExcerpt } from '../../../../components';
import { PostFeaturedImage, PostTitle, PostPrimaryCategory, PostDate, PostCategoryList, PostAuthor, PostExcerpt } from '@10up/block-components';

const NAMESPACE = 'example';

Expand Down

0 comments on commit 37ae86b

Please sign in to comment.