mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 21:27:23 +01:00
5 lines
86 B
JavaScript
5 lines
86 B
JavaScript
import uuid from 'uuid';
|
|
|
|
// TODO remove this file completely
|
|
export default uuid.v4;
|