mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-29 01:48:28 +00:00
14 lines
276 B
Svelte
14 lines
276 B
Svelte
<script>
|
|
import { t } from "$lib/i18n/translations";
|
|
|
|
import Placeholder from "$components/misc/Placeholder.svelte";
|
|
</script>
|
|
|
|
<svelte:head>
|
|
<title>
|
|
{$t("tabs.about")} ~ {$t("general.cobalt")}
|
|
</title>
|
|
</svelte:head>
|
|
|
|
<Placeholder pageName="about" />
|