7 lines
120 B

<script>
export let scrollY;
</script>
<svelte:window bind:scrollY/>
<div style='width: 100%; height: 9999px;'></div>