4 lines
No EOL
176 B
JavaScript
4 lines
No EOL
176 B
JavaScript
import { useContext } from 'react';
|
|
import { GlobalVariablesContext } from '../../contexts';
|
|
|
|
export const useGlobalVariablesContext = () => useContext(GlobalVariablesContext); |