mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-21 22:31:46 +00:00
fix: finish rename refactor
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user