Browse Source

update

xc-v2
lb 10 months ago
parent
commit
d0cdbb4901
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      src/hooks/useKiln.js

+ 6
- 0
src/hooks/useKiln.js View File

@@ -0,0 +1,6 @@
import SocketContext from '../../../store/socket-data-provider';
import { useContext } from 'react';

function useKiln() {
const ctx = useContext(SocketContext);
}

Loading…
Cancel
Save