diff --git a/src/articles/ArticlesList.tsx b/src/articles/ArticlesList.tsx
index 6662cb2..ffcca76 100644
--- a/src/articles/ArticlesList.tsx
+++ b/src/articles/ArticlesList.tsx
@@ -1,7 +1,6 @@
import {useArticle} from "./ArticleContext";
import "./list.sass";
import {ReactComponent as BoxSvg} from "../img/blog-box.svg";
-import {Reader} from "./Reader";
import {Article, ARTICLES} from "./articles";
@@ -16,7 +15,6 @@ export function ArticlesList() {
}
-
}
@@ -26,7 +24,7 @@ function BlogBox(props: { article: Article }) {
return (