website cleanup
This commit is contained in:
@@ -35,7 +35,7 @@ const notificationColors: Record<string, string> = {
|
||||
};
|
||||
|
||||
import { useNotifications } from './NotificationProvider';
|
||||
import type { Notification } from './NotificationProvider';
|
||||
import type { Notification } from './notificationTypes';
|
||||
|
||||
export default function NotificationCenter() {
|
||||
const [isOpen, setIsOpen] = useState(false);
|
||||
@@ -208,4 +208,4 @@ export default function NotificationCenter() {
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user