update
This commit is contained in:
부모
046b9dc305
커밋
d0cdbb4901
6
src/hooks/useKiln.js
Normal file
6
src/hooks/useKiln.js
Normal file
@ -0,0 +1,6 @@
|
||||
import SocketContext from '../../../store/socket-data-provider';
|
||||
import { useContext } from 'react';
|
||||
|
||||
function useKiln() {
|
||||
const ctx = useContext(SocketContext);
|
||||
}
|
불러오는 중...
Reference in New Issue
Block a user