We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37f957f + 235b15e commit 366ca80Copy full SHA for 366ca80
client/src/hooks/useNotifications.tsx
@@ -1,5 +1,5 @@
1
import { useEffect, useState } from 'react';
2
-import { io, Socket } from 'socket.io-client';
+import { io } from 'socket.io-client';
3
4
export interface K8sNotification {
5
id: string;
0 commit comments