feat: rudimentary realtime update of intervals

This commit is contained in:
2024-06-20 23:36:05 -04:00
parent 5e8c5a1631
commit 64a59e856f
2 changed files with 31 additions and 1 deletions

View File

@@ -138,5 +138,6 @@ export const useIntervalStore = defineStore('interval', () => {
updateInterval,
deleteInterval,
selectedDate,
intervals,
};
});