From 78f9eb0cbf621a5c26bd58ca4597c942528a120b Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Fri, 23 Feb 2024 18:19:42 -0800 Subject: [PATCH] feat: begin store system (wip) --- client/src/lib/Apps/ToastManager/toastLibrary.ts | 1 + client/src/lib/stores/toastStore.ts | 0 2 files changed, 1 insertion(+) create mode 100644 client/src/lib/Apps/ToastManager/toastLibrary.ts create mode 100644 client/src/lib/stores/toastStore.ts diff --git a/client/src/lib/Apps/ToastManager/toastLibrary.ts b/client/src/lib/Apps/ToastManager/toastLibrary.ts new file mode 100644 index 0000000..2769e0a --- /dev/null +++ b/client/src/lib/Apps/ToastManager/toastLibrary.ts @@ -0,0 +1 @@ +export const toastLibrary = {} diff --git a/client/src/lib/stores/toastStore.ts b/client/src/lib/stores/toastStore.ts new file mode 100644 index 0000000..e69de29