aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/timeline/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/pages/timeline/index.tsx')
-rw-r--r--FrontEnd/src/pages/timeline/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/pages/timeline/index.tsx b/FrontEnd/src/pages/timeline/index.tsx
index 51cc37f0..6cd1ded0 100644
--- a/FrontEnd/src/pages/timeline/index.tsx
+++ b/FrontEnd/src/pages/timeline/index.tsx
@@ -1,6 +1,6 @@
import { useParams } from "react-router-dom";
-import { UiLogicError } from "@/common";
+import { UiLogicError } from "~src/common";
import Timeline from "./Timeline";