aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-04-21 23:04:43 +0800
committercrupest <crupest@outlook.com>2022-04-21 23:04:43 +0800
commit392bd22adb1dcceeb14724d1e93ca44f9d1656a1 (patch)
tree940a446c4c3b6e45540378ff4d15eae92328f774 /FrontEnd
parent14234ef07e0ab7e019b82eacd054f6415575c55d (diff)
downloadtimeline-392bd22adb1dcceeb14724d1e93ca44f9d1656a1.tar.gz
timeline-392bd22adb1dcceeb14724d1e93ca44f9d1656a1.tar.bz2
timeline-392bd22adb1dcceeb14724d1e93ca44f9d1656a1.zip
...
Diffstat (limited to 'FrontEnd')
-rw-r--r--FrontEnd/src/views/timeline/TimelinePostView.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/FrontEnd/src/views/timeline/TimelinePostView.tsx b/FrontEnd/src/views/timeline/TimelinePostView.tsx
index 2ecc5700..b0a55614 100644
--- a/FrontEnd/src/views/timeline/TimelinePostView.tsx
+++ b/FrontEnd/src/views/timeline/TimelinePostView.tsx
@@ -1,6 +1,5 @@
import React from "react";
import classnames from "classnames";
-import { Link } from "react-router-dom";
import { getHttpTimelineClient, HttpTimelinePostInfo } from "@/http/timeline";