diff options
author | crupest <crupest@outlook.com> | 2023-08-28 01:41:41 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-08-28 01:41:41 +0800 |
commit | b66a57071316434356e77e294ec22181e4db54d5 (patch) | |
tree | 2c000b459165834562cf420990e683e78fadae6c /FrontEnd/src/pages/timeline | |
parent | 256cc9592a3f31fc392e1ccdb699aa206b7b47ce (diff) | |
download | timeline-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.tsx | 2 |
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"; |