feat(#19): Add a basic My Dex page

This commit is contained in:
Josh Creek
2024-04-08 21:09:34 +01:00
parent 23385d2c44
commit 454259d9e7
4 changed files with 102 additions and 27 deletions
+1 -1
View File
@@ -32,5 +32,5 @@
{#if imagePath}
<img src={imagePath} alt="sprite" />
{:else}
<p>Loading...</p>
<span class="loading loading-spinner loading-xs"></span>
{/if}