From f100d259d2ffebe61fef56ea3964f6d534d598c8 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Thu, 3 Jul 2025 13:46:07 +0300 Subject: Initial pleroma pull support --- src/components/blog/webmentions/Comments.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/blog/webmentions/Comments.astro') 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[]; -- cgit v1.2.3