import { Text } from "@medusajs/ui" export default function TextLeading() { return (
Normal leading Compact leading
) }