2025-05-28 15:36:51 -07:00

4 lines
125 B
TypeScript

import { SharedAppState } from "../stores/typings";
export const getError = (state: SharedAppState) => state.appInfo.error;