diff options
author | crupest <crupest@outlook.com> | 2022-04-24 19:56:15 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-24 19:56:15 +0800 |
commit | c81dfffe0076c94dc61397fd17677cb24f67cdf2 (patch) | |
tree | 8cf9811371dfb68a487bbde199c67628e12ed020 /FrontEnd/src/views/timeline/TimelineCard.tsx | |
parent | 4fdf7d1cb50c3dd8ea8e96f7fb4cf8f655152dcc (diff) | |
download | timeline-c81dfffe0076c94dc61397fd17677cb24f67cdf2.tar.gz timeline-c81dfffe0076c94dc61397fd17677cb24f67cdf2.tar.bz2 timeline-c81dfffe0076c94dc61397fd17677cb24f67cdf2.zip |
...
Diffstat (limited to 'FrontEnd/src/views/timeline/TimelineCard.tsx')
-rw-r--r-- | FrontEnd/src/views/timeline/TimelineCard.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/timeline/TimelineCard.tsx b/FrontEnd/src/views/timeline/TimelineCard.tsx index 08eae3e0..d258dc75 100644 --- a/FrontEnd/src/views/timeline/TimelineCard.tsx +++ b/FrontEnd/src/views/timeline/TimelineCard.tsx @@ -3,7 +3,7 @@ import { useTranslation } from "react-i18next"; import classnames from "classnames"; import { HubConnectionState } from "@microsoft/signalr"; -import { useIsSmallScreen } from "@/utilities/mediaQuery"; +import { useIsSmallScreen } from "@/utilities/hooks"; import { timelineVisibilityTooltipTranslationMap } from "@/services/timeline"; import { useUser } from "@/services/user"; import { pushAlert } from "@/services/alert"; |