diff --git a/lib/news.ts b/lib/news.ts index b6c6e0fe..e03b622a 100644 --- a/lib/news.ts +++ b/lib/news.ts @@ -8,7 +8,6 @@ import remarkParse from "remark-parse"; import remarkRehype from "remark-rehype"; import rehypeStringify from "rehype-stringify"; import rehypeRaw from "rehype-raw"; -import remarkGridTables from "remark-grid-tables"; import remarkGfm from "remark-gfm"; const postsDirectory = path.join(process.cwd(), "news");