From d808b68d959aa59347e1c4ce7084a7afcfa80522 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 14 Jul 2023 23:07:46 +0800 Subject: ... --- FrontEnd/src/views/common/button/LoadingButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FrontEnd/src/views/common/button/LoadingButton.tsx') diff --git a/FrontEnd/src/views/common/button/LoadingButton.tsx b/FrontEnd/src/views/common/button/LoadingButton.tsx index c4cafc0c..249f3e1d 100644 --- a/FrontEnd/src/views/common/button/LoadingButton.tsx +++ b/FrontEnd/src/views/common/button/LoadingButton.tsx @@ -2,7 +2,7 @@ import * as React from "react"; import classNames from "classnames"; import { useTranslation } from "react-i18next"; -import { convertI18nText, I18nText, ThemeColor } from "@/common"; +import { I18nText, ThemeColor, convertI18nText } from "../common"; import Spinner from "../Spinner"; -- cgit v1.2.3