at main 87 B view raw
1<script lang="ts"> 2 import Player from './player/Player.svelte'; 3</script> 4 5<Player />