From 392bd22adb1dcceeb14724d1e93ca44f9d1656a1 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 21 Apr 2022 23:04:43 +0800 Subject: ... --- FrontEnd/src/views/timeline/TimelinePostView.tsx | 1 - 1 file changed, 1 deletion(-) 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"; -- cgit v1.2.3