From 5b89797f57624b5e9f940244d34347a42341698f Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 22 Dec 2024 04:12:59 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20admin=5Fmember=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EC=88=98=EC=A0=95=20=EC=8B=9C=EB=8F=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/gateway/admin_member.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hwe/ts/gateway/admin_member.ts b/hwe/ts/gateway/admin_member.ts index 9af399a8..9afc2767 100644 --- a/hwe/ts/gateway/admin_member.ts +++ b/hwe/ts/gateway/admin_member.ts @@ -1,13 +1,12 @@ +import { SammoRootAPI, type InvalidResponse } from '@/SammoRootAPI'; import axios from 'axios'; import $ from 'jquery'; import { isNumber } from 'lodash-es'; import { TemplateEngine } from '@util/TemplateEngine'; -import type { InvalidResponse } from '@/defs'; import { setAxiosXMLHttpRequest } from '@util/setAxiosXMLHttpRequest'; import { unwrap_any } from '@util/unwrap_any'; import { convertFormData } from '@util/convertFormData'; import { exportWindow } from '@util/exportWindow'; -import { SammoRootAPI } from '@/SammoRootAPI'; import '@/gateway/common'; type UserEntry = {