Skip to content

Commit 366ca80

Browse files
authored
Merge pull request #64 from oslabs-beta/dev
2 parents 37f957f + 235b15e commit 366ca80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/hooks/useNotifications.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useEffect, useState } from 'react';
2-
import { io, Socket } from 'socket.io-client';
2+
import { io } from 'socket.io-client';
33

44
export interface K8sNotification {
55
id: string;

0 commit comments

Comments
 (0)