mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 13:52:46 -07:00
docs: use PascalCase for file name (#350)
This commit is contained in:
committed by
GitHub
parent
875d12f514
commit
af8a43c93a
@@ -0,0 +1,6 @@
|
||||
import type { JSX } from 'react'
|
||||
import { Text, type TextProps } from '@mantine/core'
|
||||
|
||||
export default function MdxBold(props: TextProps): JSX.Element {
|
||||
return <Text component="span" fw={700} {...props} />
|
||||
}
|
||||
Reference in New Issue
Block a user