5 lines
68 B
JavaScript
5 lines
68 B
JavaScript
|
|
export function getScheme( state, data ) {
|
|
return state.scheme;
|
|
}
|