import * as React from "react"; import Highlight from "react-highlight.js"; export const _ = () => <> `console.log("Hello, world!");` >;