From 0ee7c13ed80d623018462ca1f4ef437b30ce9eea Mon Sep 17 00:00:00 2001 From: admin <1297598740@qq.com> Date: Wed, 28 Jan 2026 08:43:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E7=AE=A1=E7=90=86=20React=20Hook=20=E5=92=8C=20Provider?= =?UTF-8?q?=EF=BC=8C=E6=94=AF=E6=8C=81=E8=8E=B7=E5=8F=96=E3=80=81=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E5=92=8C=E6=A0=87=E8=AE=B0=E9=80=9A=E7=9F=A5=E4=B8=BA?= =?UTF-8?q?=E5=B7=B2=E8=AF=BB=E5=8A=9F=E8=83=BD=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/useNotifications.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[];