diff --git a/src/components/BlogOverview.svelte b/src/components/BlogOverview.svelte index 3da3cf3..fb59cfb 100644 --- a/src/components/BlogOverview.svelte +++ b/src/components/BlogOverview.svelte @@ -2,6 +2,7 @@ import PostCard from "./PostCard.svelte"; import Tag from "./Tag.svelte"; import Pagination from "./Pagination.svelte"; + import Ico from "./Ico.svelte"; import type { PostEntry } from "../lib/cms"; import { postHref } from "../lib/blog-utils"; import { t as tStatic, T } from "../lib/translations"; @@ -95,21 +96,26 @@