selectors.ts 105 B

123
  1. import { UserState } from 'app/types';
  2. export const getTimeZone = (state: UserState) => state.timeZone;