first
This commit is contained in:
8
src/hooks/useConfig.js
Normal file
8
src/hooks/useConfig.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { useContext } from 'react';
|
||||
import { ConfigContext } from 'contexts/ConfigContext';
|
||||
|
||||
// ==============================|| CONFIG - HOOKS ||============================== //
|
||||
|
||||
const useConfig = () => useContext(ConfigContext);
|
||||
|
||||
export default useConfig;
|
||||
Reference in New Issue
Block a user