fix: add closing bracket

Signed-off-by: ElaineDeMattosSilvaB <elaine.mattos@gmail.com>
This commit is contained in:
ElaineDeMattosSilvaB
2026-02-25 17:51:51 +01:00
parent 457d6c2c06
commit 4a656e2a4b
+1
View File
@@ -24,6 +24,7 @@ export const examplePlugin = createPlugin({
name: 'show-example-feature',
description: 'Enables the new beta dashboard view',
},
],
// ...
});
```