mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-30 10:28:28 +00:00
12 lines
197 B
Svelte
12 lines
197 B
Svelte
<script>
|
|
import Placeholder from "$components/misc/Placeholder.svelte";
|
|
</script>
|
|
|
|
<svelte:head>
|
|
<title>
|
|
cobalt: about
|
|
</title>
|
|
</svelte:head>
|
|
|
|
<Placeholder pageName="about" />
|