update
This commit is contained in:
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