From e1727c8d80f7b8718d6f7309010d242d82679b72 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 28 Aug 2021 18:56:50 +0900 Subject: [PATCH] fix: admin_member path --- ts/admin_member.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/admin_member.ts b/ts/admin_member.ts index fc43382d..4e3d28fb 100644 --- a/ts/admin_member.ts +++ b/ts/admin_member.ts @@ -6,7 +6,7 @@ import { InvalidResponse } from '../hwe/ts/defs'; import { setAxiosXMLHttpRequest } from '../hwe/ts/util/setAxiosXMLHttpRequest'; import { unwrap_any } from '../hwe/ts/util/unwrap_any'; import { convertFormData } from '../hwe/ts/util/convertFormData'; -import { exportWindow } from './util/exportWindow'; +import { exportWindow } from '../hwe/ts/util/exportWindow'; type UserEntry = { userID: string,