chore: linter
Node.js CI / Lint and Test (push) Successful in 44s

This commit is contained in:
2025-12-10 12:17:50 -08:00
parent 85f80fb159
commit c66409fe86
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -5,9 +5,9 @@
*/
import Markdown from "react-markdown";
import rehypeHighlight from "rehype-highlight";
import rehypeRaw from "rehype-raw";
import remarkGfm from "remark-gfm";
import rehypeHighlight from "rehype-highlight";
import type { JSX } from "react";
import { Rule } from "@/components/rule";
import { getPostData } from "@/lib/posts";