diff --git a/src/pages/blog/index.tsx b/src/pages/blog/index.tsx index 8600e4a..54d9a37 100644 --- a/src/pages/blog/index.tsx +++ b/src/pages/blog/index.tsx @@ -2,7 +2,6 @@ import RenderWithoutJS from "@/components/RenderWithoutJS"; import Sidebar from "@/components/Sidebar"; import index from "@/styles/Index.module.sass" -import Lanyard from "@/components/Lanyard" import listFiles from "@/lib/listFiles"; import getFrontmatter from "@/lib/getFrontmatter"; import PostList from "@/components/PostList"; @@ -19,8 +18,7 @@ const IndexPage = (props: { posts: [{ title: string, date: string, link: string