5 lines
87 B

<script>
import Countdown from './Countdown.svelte';
</script>
<Countdown count={5}/>