UNPKG

@conduction/components

Version:

React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)

4 lines (3 loc) 205 B
import { jsx as _jsx } from "react/jsx-runtime"; import * as styles from "./CodeBlock.module.css"; export const CodeBlock = ({ codeBlock }) => _jsx("div", { className: styles.code, children: codeBlock });