diff --git a/web/app/changelog/page.tsx b/web/app/changelog/page.tsx index 1f1bdff..50d3f2f 100644 --- a/web/app/changelog/page.tsx +++ b/web/app/changelog/page.tsx @@ -1,8 +1,6 @@ import fs from "fs" import path from "path" import ReactMarkdown from "react-markdown" -import remarkGfm from "remark-gfm" -import remarkBreaks from "remark-breaks" async function getChangelog() { const changelogPath = path.join(process.cwd(), "..", "CHANGELOG.md") @@ -23,9 +21,7 @@ export default async function ChangelogPage() {