Added Sliding Card which has content slide over the top of the main information
All checks were successful
Build and Push Docker Image / build-and-push (pull_request) Successful in 1m21s

This commit is contained in:
2025-02-05 14:23:22 +00:00
parent 2170344c9b
commit aaab8f2c98
5 changed files with 107 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import Card from '$lib/components/Card.svelte';
import Card from '$lib/components/Cards/Card.svelte';
import { Toast, ToastType } from "$lib/toast";
import { addToast } from "$lib/store";