mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
4 lines
88 B
JavaScript
4 lines
88 B
JavaScript
import uuid from 'uuid';
|
|
|
|
// TODO remove this file completely
|
|
module.exports = uuid.v4;
|