5 lines
76 B
JavaScript
5 lines
76 B
JavaScript
|
|
export function getBreakpoint( state, data ) {
|
|
return state.breakpoint;
|
|
}
|