fix: update import paths after client-side file renames
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2,7 +2,7 @@ import { useEffect } from 'react'
|
||||
import { addListener, removeListener } from '../api/websocket'
|
||||
import { useNotificationStore } from '../store/notificationStore'
|
||||
|
||||
export function useNotificationListener(): void {
|
||||
export function useInAppNotificationListener(): void {
|
||||
const handleNew = useNotificationStore(s => s.handleNewNotification)
|
||||
const handleUpdated = useNotificationStore(s => s.handleUpdatedNotification)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user