diff --git a/src/index.tsx b/src/index.tsx index 2c40a21..8fd3a48 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -66,8 +66,8 @@ const Content: VFC<{ serverAPI: ServerAPI }> = ({}) => { export default definePlugin((serverApi: ServerAPI) => { return { - title: () =>
Example Plugin
, - content: () => , - icon: () => , + title:
Example Plugin
, + content: , + icon: , }; });