diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-03 13:46:07 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-03 13:46:07 +0300 |
| commit | f100d259d2ffebe61fef56ea3964f6d534d598c8 (patch) | |
| tree | 09d06511506da9c35585740d56598eb542fac079 /src/components/blog/webmentions | |
| parent | 1e5f5a953588cefa75396454c9aed0a79552db14 (diff) | |
Initial pleroma pull support
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[]; |
