#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 Toast from "./Toast.svelte";
import { dismissToast, toasts } from "$lib/store";
import { dismissToast, toasts } from "$lib/stores";
</script>
{#if $toasts}