경로 이동

This commit is contained in:
2023-08-18 14:13:46 +00:00
parent df8b5e854b
commit aec88333c2
12 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import type { structure } from "../apiStructure/sammoRootAPI.js";
import type { APINamespaceType } from "./defs.js";
import { Login } from "./Login/index.js";
import { Login } from "./RootAPI/Login/index.js";
export const sammoRootAPI = {
Login,