add badge for deprecated api endpoints to the template (#126)

This commit is contained in:
pascal-fischer
2024-01-10 13:53:51 +01:00
committed by GitHub
parent 35bd211f4a
commit 605130c7db
3 changed files with 24 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ 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 { Badge } from '@/components/Badge'
export const h2 = function H2(props) {
return <Heading level={2} {...props} />