diff options
| author | crupest <crupest@outlook.com> | 2022-04-21 23:04:43 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-04-21 23:04:43 +0800 |
| commit | 392bd22adb1dcceeb14724d1e93ca44f9d1656a1 (patch) | |
| tree | 940a446c4c3b6e45540378ff4d15eae92328f774 | |
| parent | 14234ef07e0ab7e019b82eacd054f6415575c55d (diff) | |
| download | timeline-392bd22adb1dcceeb14724d1e93ca44f9d1656a1.tar.gz timeline-392bd22adb1dcceeb14724d1e93ca44f9d1656a1.tar.bz2 timeline-392bd22adb1dcceeb14724d1e93ca44f9d1656a1.zip | |
...
| -rw-r--r-- | FrontEnd/src/views/timeline/TimelinePostView.tsx | 1 |
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"; |
