mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 13:17:24 +01:00
6 lines
99 B
JavaScript
6 lines
99 B
JavaScript
import get from 'lodash/get';
|
|
|
|
// TODO remove completely, only used in client
|
|
|
|
export default get;
|