diff options
Diffstat (limited to 'src/components/blog/webmentions')
| -rw-r--r-- | src/components/blog/webmentions/Comments.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/blog/webmentions/Comments.astro b/src/components/blog/webmentions/Comments.astro index 5177d57..af14bd0 100644 --- a/src/components/blog/webmentions/Comments.astro +++ b/src/components/blog/webmentions/Comments.astro @@ -1,7 +1,7 @@ --- import { Image } from "astro:assets"; -import type { WebmentionsChildren } from "@/types"; import { Icon } from "astro-icon/components"; +import type { WebmentionsChildren } from "@/types"; interface Props { mentions: WebmentionsChildren[]; |
