b3eafef6b0
* Add sorting to Intentions with tests * Skip Intentions url back test * Create comparator for intention and implement in template * Add a intentions navigation feature test
4 lines
47 B
JavaScript
4 lines
47 B
JavaScript
export default () => key => {
|
|
return key;
|
|
};
|