mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-11 19:24:27 +02:00
10 lines
247 B
Svelte
10 lines
247 B
Svelte
<!-- Workaround for https://github.com/pngwn/MDsveX/issues/116 -->
|
|
<script lang="ts" context="module">
|
|
import a from "$components/misc/OuterLink.svelte";
|
|
export { a };
|
|
</script>
|
|
|
|
<div class="long-text-noto about">
|
|
<slot></slot>
|
|
</div>
|