Initial work on seasons section

This commit is contained in:
Aleksi Lassila
2023-07-12 01:37:17 +03:00
parent e544eff886
commit ea6a42d8e2
14 changed files with 198 additions and 72 deletions

View File

@@ -1,6 +1,6 @@
<script lang="ts">
import CardPlaceholder from '../Card/CardPlaceholder.svelte';
export let type: 'dynamic' | 'normal' | 'large' = 'normal';
export let type: 'dynamic' | 'md' | 'large' = 'md';
</script>
{#each Array(10) as _, i (i)}