mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-03-22 07:12:28 +01:00
10 lines
201 B
TypeScript
10 lines
201 B
TypeScript
import archive from './cmds/archive.js';
|
|
import authTest from './cmds/authTest.js';
|
|
import ghMirrorUpload from './cmds/ghMirrorUpload.js';
|
|
|
|
export default {
|
|
authTest,
|
|
archive,
|
|
ghMirrorUpload,
|
|
};
|