refactor: reorganize api utility structure into subdirectories

This commit is contained in:
daydreamer-json
2026-02-05 09:49:44 +09:00
parent 0a853ba77e
commit da838ce359
12 changed files with 52 additions and 41 deletions

5
src/utils/api/index.ts Normal file
View File

@@ -0,0 +1,5 @@
import akEndfield from './akEndfield/index.js';
export default {
akEndfield,
};