mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
6 lines
122 B
JavaScript
6 lines
122 B
JavaScript
import predictableRandom from '../../../common/script/fns/predictableRandom';
|
|
|
|
module.exports = {
|
|
predictableRandom,
|
|
};
|