diff --git a/app/components/article-card.gjs b/app/components/article-card.gjs index cd2c2ee..3e0ea7f 100644 --- a/app/components/article-card.gjs +++ b/app/components/article-card.gjs @@ -1,15 +1,16 @@ import { LinkTo } from '@ember/routing'; import IconSvg from './icon-svg'; +import Heading from './x-heading';