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