aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/services/timeline.ts
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/services/timeline.ts')
-rw-r--r--FrontEnd/src/services/timeline.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/src/services/timeline.ts b/FrontEnd/src/services/timeline.ts
index 4ebb705d..d8c0ae00 100644
--- a/FrontEnd/src/services/timeline.ts
+++ b/FrontEnd/src/services/timeline.ts
@@ -1,9 +1,9 @@
-import { TimelineVisibility } from "http/timeline";
+import { TimelineVisibility } from "@/http/timeline";
import XRegExp from "xregexp";
import { Observable } from "rxjs";
import { HubConnectionBuilder, HubConnectionState } from "@microsoft/signalr";
-import { getHttpToken } from "http/common";
+import { getHttpToken } from "@/http/common";
const timelineNameReg = XRegExp("^[-_\\p{L}]*$", "u");