feat(#4): Add toast for adding an item to basket

This commit is contained in:
Josh Creek
2024-05-14 20:27:03 +01:00
parent bfe0aa333a
commit 1338f65be7
3 changed files with 57 additions and 10 deletions
+3
View File
@@ -0,0 +1,3 @@
import { writable } from 'svelte/store';
export const general = writable({ hideToast: true });