mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-25 23:25:51 +00:00
4 lines
86 B
JavaScript
4 lines
86 B
JavaScript
import uuid from 'uuid';
|
|
|
|
// TODO remove this file completely
|
|
export default uuid.v4;
|