diff --git a/src/lib/features/database/characters/sections/CharacterGachaSection.svelte b/src/lib/features/database/characters/sections/CharacterGachaSection.svelte new file mode 100644 index 00000000..748756f0 --- /dev/null +++ b/src/lib/features/database/characters/sections/CharacterGachaSection.svelte @@ -0,0 +1,77 @@ + + + + +{#if hasGachaData} + + {#if editMode} + + + + + {:else} + + + {/if} + +{/if}