aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/common/button/Button.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-07-14 23:07:46 +0800
committercrupest <crupest@outlook.com>2023-07-14 23:08:40 +0800
commitd808b68d959aa59347e1c4ce7084a7afcfa80522 (patch)
treef42d8640958a77dcfe0f8021f0f5c995fbfb139f /FrontEnd/src/views/common/button/Button.tsx
parentc833176b638eeb1cdc8b30d4aef632a25ede3777 (diff)
downloadtimeline-d808b68d959aa59347e1c4ce7084a7afcfa80522.tar.gz
timeline-d808b68d959aa59347e1c4ce7084a7afcfa80522.tar.bz2
timeline-d808b68d959aa59347e1c4ce7084a7afcfa80522.zip
...
Diffstat (limited to 'FrontEnd/src/views/common/button/Button.tsx')
-rw-r--r--FrontEnd/src/views/common/button/Button.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/common/button/Button.tsx b/FrontEnd/src/views/common/button/Button.tsx
index 53f41bc1..e1015f71 100644
--- a/FrontEnd/src/views/common/button/Button.tsx
+++ b/FrontEnd/src/views/common/button/Button.tsx
@@ -1,7 +1,7 @@
import { ComponentPropsWithoutRef, Ref } from "react";
import classNames from "classnames";
-import { I18nText, useC, ThemeColor } from "@/common";
+import { I18nText, useC, ThemeColor } from "../common";
import "./Button.css";