5 lines
79 B

<script>
export let width;
</script>
<svelte:window bind:innerWidth={width}/>