mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-15 20:13:50 +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' });
|