fix: finish rename refactor

This commit is contained in:
jubnl
2026-04-02 19:09:43 +02:00
parent bbf3f0cae8
commit 74e3f85866
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ interface NotificationState {
const PAGE_SIZE = 20
export const useNotificationStore = create<NotificationState>((set, get) => ({
export const useInAppNotificationStore = create<NotificationState>((set, get) => ({
notifications: [],
unreadCount: 0,
total: 0,