import * as React from "react" import * as ReactDOM from "react-dom" export default function Preview() { return <>
This should work.
}