mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 16:52:31 +00:00
6 lines
139 B
Svelte
6 lines
139 B
Svelte
<script lang="ts">
|
|
import { base } from '$app/paths';
|
|
</script>
|
|
|
|
<img src="{base}/logo.svg" alt="Logo of gpx.studio." {...$$restProps} />
|