fix: update import paths after client-side file renames

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jubnl
2026-04-02 18:59:22 +02:00
parent c0e9a771d6
commit bbf3f0cae8
6 changed files with 12 additions and 12 deletions

View File

@@ -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)