This commit is contained in:
lb 2023-11-08 08:57:38 +08:00
parent 046b9dc305
commit d0cdbb4901

6
src/hooks/useKiln.js Normal file
View File

@ -0,0 +1,6 @@
import SocketContext from '../../../store/socket-data-provider';
import { useContext } from 'react';
function useKiln() {
const ctx = useContext(SocketContext);
}