Skip to content

Commit

Permalink
Remove remark-grid-tables import
Browse files Browse the repository at this point in the history
  • Loading branch information
FoggyMtnDrifter committed Feb 8, 2024
1 parent a80fc02 commit 890989e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/news.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 890989e

Please sign in to comment.