import { createSelector } from 'reselect'; import { ApplicationState } from 'types/reducer.types'; const selectAuth = ({ auth }: ApplicationState) => auth; ...
確定! 回上一頁