7 lines
166 B
TypeScript
7 lines
166 B
TypeScript
import { getClient } from 'pl-fe/api';
|
|
|
|
import { useAppSelector } from './useAppSelector';
|
|
|
|
const useClient = () => useAppSelector(getClient);
|
|
|
|
export { useClient };
|