mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 09:48:32 +00:00
5 lines
132 B
TypeScript
5 lines
132 B
TypeScript
import MdxHead from "@/components/docs/mdx-head"
|
|
|
|
export default function Head({ params }) {
|
|
return <MdxHead params={params} />
|
|
}
|