When JSX preserve mode is active, the import statement ```js import * as JsxRuntime from "react/jsx-runtime"; ``` is still emitted to the JS output, but is unused there.