mirror of
https://github.com/urosran/cally.git
synced 2025-11-27 08:54:54 +00:00
added calendar events refresh
This commit is contained in:
@ -11,3 +11,4 @@ export const selectedNewEventDateAtom = atom<Date | undefined>(undefined);
|
||||
export const settingsPageIndex = atom<number>(0);
|
||||
export const userSettingsView = atom<boolean>(true);
|
||||
export const toDosPageIndex = atom<number>(0);
|
||||
export const refreshTriggerAtom = atom<boolean>(false);
|
||||
|
||||
Reference in New Issue
Block a user