aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/timeline/index.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-04-24 19:56:15 +0800
committercrupest <crupest@outlook.com>2022-04-24 19:56:15 +0800
commitc81dfffe0076c94dc61397fd17677cb24f67cdf2 (patch)
tree8cf9811371dfb68a487bbde199c67628e12ed020 /FrontEnd/src/views/timeline/index.tsx
parent4fdf7d1cb50c3dd8ea8e96f7fb4cf8f655152dcc (diff)
downloadtimeline-c81dfffe0076c94dc61397fd17677cb24f67cdf2.tar.gz
timeline-c81dfffe0076c94dc61397fd17677cb24f67cdf2.tar.bz2
timeline-c81dfffe0076c94dc61397fd17677cb24f67cdf2.zip
...
Diffstat (limited to 'FrontEnd/src/views/timeline/index.tsx')
-rw-r--r--FrontEnd/src/views/timeline/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/timeline/index.tsx b/FrontEnd/src/views/timeline/index.tsx
index 6d276e25..131c38c7 100644
--- a/FrontEnd/src/views/timeline/index.tsx
+++ b/FrontEnd/src/views/timeline/index.tsx
@@ -3,7 +3,7 @@ import { useParams } from "react-router-dom";
import { UiLogicError } from "@/common";
-import useReverseScrollPositionRemember from "@/utilities/useReverseScrollPositionRemember";
+import { useReverseScrollPositionRemember } from "@/utilities/hooks";
import Timeline from "./Timeline";