mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 05:08:51 +00:00
5 lines
99 B
JavaScript
5 lines
99 B
JavaScript
import get from 'lodash/get';
|
|
|
|
// TODO remove completely, only used in client
|
|
|
|
export default get;
|