mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-27 10:33:21 +00:00
Bundle Copy
This commit is contained in:
10
tgui/packages/tgui_ch/debug/hooks.js
Normal file
10
tgui/packages/tgui_ch/debug/hooks.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @copyright 2020 Aleksej Komarov
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
import { useSelector } from 'common/redux';
|
||||
import { selectDebug } from './selectors';
|
||||
|
||||
export const useDebug = (context) => useSelector(context, selectDebug);
|
||||
Reference in New Issue
Block a user