mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-03 09:12:30 +00:00
6 lines
62 B
Svelte
6 lines
62 B
Svelte
<script lang="ts">
|
|
import '../app.pcss';
|
|
</script>
|
|
|
|
<slot />
|