We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e4e5d commit d4cfc1fCopy full SHA for d4cfc1f
1 file changed
src/context/SocketProvider.tsx
@@ -1,4 +1,5 @@
1
-import React, { createContext, useContext, useEffect, useState } from 'react';
+import { createContext, useContext, useEffect, useState } from 'react';
2
+
3
import { io, Socket } from 'socket.io-client';
4
5
const SocketContext = createContext<Socket | null>(null);
0 commit comments