// navigation/constants.ts export const MOVE_DETAIL = 'MoveDetail'; export const MOVE_FORM = 'MoveForm'; export const MOVE_LIST = 'MoveList';