1 2 3 4 5 6 7 8 9 10 import { Copyright } from "../../packages/mdxts/src/components/Copyright"; export function HideLabel() { return ( <div style={{ display: 'flex' }}> <Copyright showLabel={false} /> souporserious </div> ) }
import { Copyright } from "../../packages/mdxts/src/components/Copyright"; export function HideLabel() { return ( <div style={{ display: 'flex' }}> <Copyright showLabel={false} /> souporserious </div> ) }