2025-04-01 10:38:02 +09:00

5 lines
195 B
TypeScript

import { UserState } from './reducers';
export const getTimeZone = (state: UserState) => state.timeZone;
export const getFiscalYearStartMonth = (state: UserState) => state.fiscalYearStartMonth;