diff --git a/apps/client/src/services/frontend_script_api_preact.ts b/apps/client/src/services/frontend_script_api_preact.ts index 99132dfb1..f7ae923ea 100644 --- a/apps/client/src/services/frontend_script_api_preact.ts +++ b/apps/client/src/services/frontend_script_api_preact.ts @@ -1,10 +1,14 @@ import { Fragment, h } from "preact"; import * as hooks from "preact/hooks"; +import RightPanelWidget from "../widgets/sidebar/RightPanelWidget"; + export const preactAPI = Object.freeze({ // Core h, Fragment, + RightPanelWidget, + ...hooks });