mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-09-13 17:32:25 +00:00
feat(#4): Add toast for adding an item to basket
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import { writable } from 'svelte/store';
|
||||
|
||||
export const general = writable({ hideToast: true });
|
||||
Reference in New Issue
Block a user