Заменил ссылки в Md-блогах на SocialHyperlink

This commit is contained in:
Иван Кузьменко 2025-09-30 00:24:03 +03:00
parent 9722448c36
commit d30ab1b8d0
3 changed files with 21 additions and 5 deletions

View file

@ -0,0 +1,11 @@
<script lang="ts" module>
import SocialHyperlink from './SocialHyperlink.svelte';
export { SocialHyperlink as a };
</script>
<script lang="ts">
const { children, ...rest } = $props();
</script>
{@render children()}