import { h, FunctionComponent } from "preact"; import "./ErrorPane.css"; const ErrorPane: FunctionComponent = ({ children }) => { return

Error occured during widget load

{children}

; }; export default ErrorPane;