aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/timeline
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-08-28 01:41:41 +0800
committercrupest <crupest@outlook.com>2023-08-28 01:41:41 +0800
commitb66a57071316434356e77e294ec22181e4db54d5 (patch)
tree2c000b459165834562cf420990e683e78fadae6c /FrontEnd/src/pages/timeline
parent256cc9592a3f31fc392e1ccdb699aa206b7b47ce (diff)
downloadtimeline-b66a57071316434356e77e294ec22181e4db54d5.tar.gz
timeline-b66a57071316434356e77e294ec22181e4db54d5.tar.bz2
timeline-b66a57071316434356e77e294ec22181e4db54d5.zip
...
Diffstat (limited to 'FrontEnd/src/pages/timeline')
-rw-r--r--FrontEnd/src/pages/timeline/TimelineCard.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/pages/timeline/TimelineCard.tsx b/FrontEnd/src/pages/timeline/TimelineCard.tsx
index 82d6d350..f17a3ce9 100644
--- a/FrontEnd/src/pages/timeline/TimelineCard.tsx
+++ b/FrontEnd/src/pages/timeline/TimelineCard.tsx
@@ -7,7 +7,7 @@ import { pushAlert } from "~src/services/alert";
import { HttpTimelineInfo } from "~src/http/timeline";
import { getHttpBookmarkClient } from "~src/http/bookmark";
-import { useMobile } from "~src/components/common";
+import { useMobile } from "~src/components/hooks";
import { Dialog, useDialog } from "~src/components/dialog";
import UserAvatar from "~src/components/user/UserAvatar";
import PopupMenu from "~src/components/menu/PopupMenu";