mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-28 03:25:13 +02:00
Project Refactoring
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<script lang="ts">
|
||||
import CardPlaceholder from '../Card/CardPlaceholder.svelte';
|
||||
export let type: 'dynamic' | 'normal' | 'large' = 'normal';
|
||||
</script>
|
||||
|
||||
{#each Array(10) as _, i (i)}
|
||||
<CardPlaceholder {type} />
|
||||
{/each}
|
||||
Reference in New Issue
Block a user