mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
5 lines
99 B
JavaScript
5 lines
99 B
JavaScript
import set from 'lodash/set';
|
|
|
|
// TODO remove completely, only used in client
|
|
|
|
export default set;
|