update
This commit is contained in:
parent
046b9dc305
commit
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);
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user