mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 16:52:31 +00:00
6 lines
85 B
Svelte
6 lines
85 B
Svelte
![]() |
<script lang="ts">
|
||
|
import App from '$lib/components/App.svelte';
|
||
|
</script>
|
||
|
|
||
|
<App />
|