docs: fix APIMethod component styling after fumadocs update (#4421)

This commit is contained in:
KinfeMichael Tariku
2025-09-04 22:10:46 +03:00
committed by GitHub
parent c29fabe0dc
commit 6a7f50162e
4 changed files with 126 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
import { Endpoint } from "./endpoint";
// import { Tab, Tabs } from "fumadocs-ui/components/tabs";
import { DynamicCodeBlock } from "fumadocs-ui/components/dynamic-codeblock";
import { DynamicCodeBlock } from "./ui/dynamic-code-block";
import {
Table,
TableBody,