1 2 3 4 5 6 7 8 9 import { Copyright } from 'mdxts/components' export function StartYear() { return ( <div style={{ display: 'flex' }}> <Copyright startYear={2020} /> JSXUI </div> ) }
import { Copyright } from 'mdxts/components' export function StartYear() { return ( <div style={{ display: 'flex' }}> <Copyright startYear={2020} /> JSXUI </div> ) }