import { Code } from 'bright'; export function SyntaxHighlighter(props: typeof Code) { return ( <>
); }