We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lib/index.js
1 parent 3a6b0f0 commit f3692d9Copy full SHA for f3692d9
packages/jupyter-ai/src/index.ts
@@ -127,3 +127,5 @@ const plugin: JupyterFrontEndPlugin<IJaiCore> = {
127
};
128
129
export default [plugin, statusItemPlugin, completionPlugin, menuPlugin];
130
+
131
+export * from './tokens';
0 commit comments