From 2380c1606dcdfc12c5e007a21c19035f4de6339e Mon Sep 17 00:00:00 2001 From: NowScott Date: Fri, 3 Apr 2026 13:10:52 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=20MainPage=20?= =?UTF-8?q?=E4=B8=AD=E6=9C=AA=E4=BD=BF=E7=94=A8=E7=9A=84=20Footer=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/MainPage.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/MainPage.js b/components/MainPage.js index 164f063..b830c0b 100644 --- a/components/MainPage.js +++ b/components/MainPage.js @@ -1,6 +1,5 @@ import React, { useEffect, useMemo, useState } from 'react'; import HeaderBar from './HeaderBar'; -import Footer from './Footer'; import FontMenu from './FontMenu'; import Tags from './Tags'; import WebList from './WebList'; @@ -78,7 +77,6 @@ const MainPage = ({ initialPosts, initialTags, lastFetched: initialLastFetched } /> -