mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-13 11:03:49 +00:00
4 lines
136 B
TypeScript
4 lines
136 B
TypeScript
import { writable } from 'svelte/store';
|
|
|
|
export const general = writable({ hideToast: true, toastMessage: '', toastType: 'success' });
|