Files
CHIEFSOFT\ameye e9e5c0546c first commit
2023-11-30 13:20:54 -05:00

8 lines
109 B
JavaScript

export function updateBreakpoint( breakpoint ) {
return {
type: 'UPDATE_BREAKPOINT',
breakpoint,
};
}