chore: Refactor AddFromFeatured component and add trip selection

This commit is contained in:
Sean Morley
2024-05-27 20:31:40 +00:00
parent cb2470070b
commit fa5399e861
4 changed files with 69 additions and 29 deletions

View File

@@ -3,7 +3,7 @@
import { goto } from "$app/navigation";
import AdventureCard from "$lib/components/AdventureCard.svelte";
import type { Adventure, Trip } from "$lib/utils/types.js";
import AddFromFeatured from "$lib/components/AddFromFeatured.svelte";
import AddFromFeatured from "$lib/components/AddLocationChooser.svelte";
import { addAdventure } from "../../services/adventureService.js";
import SucessToast from "$lib/components/SucessToast.svelte";