mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-07 21:07:44 +00:00
6 lines
115 B
Svelte
6 lines
115 B
Svelte
<script lang="ts">
|
|
export let content: string;
|
|
</script>
|
|
|
|
<span class="web-inline-code web-code">{content}</span>
|