feat: first commit
This commit is contained in:
7
src/store/selector/app.ts
Normal file
7
src/store/selector/app.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import { IState } from '@/types/store';
|
||||
|
||||
export const selectRoleType = (state: IState) => state.appState.roleType;
|
||||
|
||||
export const selectHomePageType = (state: IState) => state.appState.homePageType;
|
||||
|
||||
export const selectLocation = (state: IState) => state.appState.location;
|
||||
Reference in New Issue
Block a user