Fix relative import in recover.js

8afa887d07a221e19b807b015bbb1c81a93a4182

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
recover.js+1 -1
@@ -1,7 +1,7 @@
11import * as fs from 'node:fs';
22import yaml from 'yaml';
33import storage from 'node-persist';
44import * as users from './src/users.js';
55
66const userAccount = process.argv[2];
77const userPassword = process.argv[3];