From c645e08ffd2fa572504b77d705a8f9d1507a718e Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 11 Apr 2022 23:14:23 +0800 Subject: ... --- FrontEnd/src/views/home/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FrontEnd/src/views/home') diff --git a/FrontEnd/src/views/home/index.tsx b/FrontEnd/src/views/home/index.tsx index 0eeb4b77..d734b2b7 100644 --- a/FrontEnd/src/views/home/index.tsx +++ b/FrontEnd/src/views/home/index.tsx @@ -1,6 +1,8 @@ import React from "react"; import { useNavigate } from "react-router-dom"; +import { highlightTimelineUsername } from "@/common"; + import { Page } from "@/http/common"; import { getHttpBookmarkClient, TimelineBookmark } from "@/http/bookmark"; @@ -10,8 +12,6 @@ import WebsiteIntroduction from "./WebsiteIntroduction"; import "./index.css"; -const highlightTimelineUsername = "crupest"; - const highlightTimelineMessageMap = { loading: "home.loadingHighlightTimelines", done: "home.loadedHighlightTimelines", -- cgit v1.2.3