import Link from 'next/link'
import clsx from 'clsx'
import { Heading } from '@/components/Heading'
export const a = Link
export { Button } from '@/components/Button'
export { CodeGroup, Code as code, Pre as pre } from '@/components/Code'
export const h2 = function H2(props) {
return
}
export const h3 = function H3(props) {
return
}
export const h4 = function H4(props) {
return
}
export const h5 = function H5(props) {
return
}
function InfoIcon(props) {
return (
)
}
export function Note({ children }) {
return (