mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-03-21 23:02:20 +01:00
refactor: reorganize api utility structure into subdirectories
This commit is contained in:
15
src/utils/api/akEndfield/index.ts
Normal file
15
src/utils/api/akEndfield/index.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import accountService from './accountService.js';
|
||||
import binding from './binding.js';
|
||||
import launcher from './launcher.js';
|
||||
import launcherWeb from './launcherWeb.js';
|
||||
import u8 from './u8.js';
|
||||
import webview from './webview.js';
|
||||
|
||||
export default {
|
||||
accountService,
|
||||
binding,
|
||||
launcher,
|
||||
launcherWeb,
|
||||
u8,
|
||||
webview,
|
||||
};
|
||||
Reference in New Issue
Block a user