mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
5 lines
88 B
JavaScript
5 lines
88 B
JavaScript
import uuid from 'uuid';
|
|
|
|
// TODO remove this file completely
|
|
module.exports = uuid.v4;
|