mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
10 lines
114 B
JavaScript
10 lines
114 B
JavaScript
import prefill from '../prefill.js';
|
|
|
|
module.exports = prefill({
|
|
0: {},
|
|
1: {},
|
|
2: {},
|
|
3: {},
|
|
4: {},
|
|
});
|