We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96152de commit fcc81d8Copy full SHA for fcc81d8
packages/docs/src/routes/(blog)/blog/components/mdx/article-block.tsx
@@ -1,9 +1,7 @@
1
import { component$, Slot } from '@builder.io/qwik';
2
-import { ArticleHero } from './article-hero';
3
import { useDocumentHead, useLocation } from '@builder.io/qwik-city';
4
import { authors, blogArticles } from '~/routes/(blog)/data';
5
-
6
-import { Image } from 'qwik-image';
+import { ArticleHero } from './article-hero';
7
8
type Props = { authorLink: string };
9
0 commit comments