import { Body, InlineCode } from "@/components/typography"; export function InlineCodeExample() { return ( This is a inline code example. ); }