Files
dndbeyond_src/ddb_main/tools/js/Shared/selectors/appInfo.ts
T
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;