mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
4 lines
No EOL
162 B
TypeScript
4 lines
No EOL
162 B
TypeScript
import { IState } from '~/redux/store'
|
|
|
|
export const selectUser = (state: IState) => state.user;
|
|
export const selectUserUser = (state: IState) => state.user.user; |