feat: Add session count to app badge (#575)

This commit is contained in:
lostb1t
2025-03-05 08:21:59 +01:00
committed by GitHub
parent 89eb0d7796
commit 5df021a836
5 changed files with 91 additions and 56 deletions

3
utils/store.ts Normal file
View File

@@ -0,0 +1,3 @@
import { createStore } from 'jotai';
export const store = createStore();