cobalt / web /src /components /misc /AboutPageWrapper.svelte
playingapi's picture
Upload 376 files
43a06dc verified
raw
history blame contribute delete
247 Bytes
<!-- 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>