Skip to content

Commit d4cfc1f

Browse files
committed
Fix: 소켓 import문 수정
1 parent 59e4e5d commit d4cfc1f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/context/SocketProvider.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import React, { createContext, useContext, useEffect, useState } from 'react';
1+
import { createContext, useContext, useEffect, useState } from 'react';
2+
23
import { io, Socket } from 'socket.io-client';
34

45
const SocketContext = createContext<Socket | null>(null);

0 commit comments

Comments
 (0)