mapcomplete/UI/StudioGUI.svelte

7 lines
104 B
Svelte

<script lang="ts">
import EditLayer from "./Studio/EditLayer.svelte";
</script>
<EditLayer/>