1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-20 21:39:37 +02:00

Refactor AdventureCard and CardCarousel components

This commit is contained in:
Sean Morley 2024-10-14 08:58:23 -04:00
parent 3ee9625fe8
commit 2601b07b5f
4 changed files with 51 additions and 46 deletions

View file

@ -18,7 +18,6 @@
import CollectionLink from './CollectionLink.svelte';
import DotsHorizontal from '~icons/mdi/dots-horizontal';
import DeleteWarning from './DeleteWarning.svelte';
import ImageDisplayModal from './ImageDisplayModal.svelte';
import { isAdventureVisited, typeToString } from '$lib';
import CardCarousel from './CardCarousel.svelte';