This commit is contained in:
lb 2023-11-08 08:57:38 +08:00
父節點 046b9dc305
當前提交 d0cdbb4901

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);
}