#5 Started on creating page to handle API requests to https://git.luke-else.co.uk

This commit is contained in:
2025-02-06 10:55:26 +00:00
parent 8ab101727e
commit 712d7857db
7 changed files with 78 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import Card from '$lib/components/Cards/Card.svelte';
import { Toast, ToastType } from "$lib/toast";
import { addToast } from "$lib/store";
import { addToast } from "$lib/stores";
import { page } from '$app/stores';
const sent = $page.url.searchParams.get('sent');