mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 06:07:21 +01:00
6 lines
99 B
JavaScript
6 lines
99 B
JavaScript
import set from 'lodash/set';
|
|
|
|
// TODO remove completely, only used in client
|
|
|
|
export default set;
|