Skip to content

Commit fcc81d8

Browse files
committed
fixed unused import
1 parent 96152de commit fcc81d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/docs/src/routes/(blog)/blog/components/mdx/article-block.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import { component$, Slot } from '@builder.io/qwik';
2-
import { ArticleHero } from './article-hero';
32
import { useDocumentHead, useLocation } from '@builder.io/qwik-city';
43
import { authors, blogArticles } from '~/routes/(blog)/data';
5-
6-
import { Image } from 'qwik-image';
4+
import { ArticleHero } from './article-hero';
75

86
type Props = { authorLink: string };
97

0 commit comments

Comments
 (0)