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 }
/>
-
);
};