diff --git a/src/hooks/useNotifications.tsx b/src/hooks/useNotifications.tsx index 407c04f..f453a9a 100644 --- a/src/hooks/useNotifications.tsx +++ b/src/hooks/useNotifications.tsx @@ -1,5 +1,5 @@ import React, { useState, useEffect, useCallback, createContext, useContext } from 'react'; -import { notificationService, Notification } from '../services/notificationService'; +import { notificationService, type Notification } from '../services/notificationService'; interface NotificationContextType { notifications: Notification[];