Skip to content

Commit

Permalink
Export tokens from lib/index.js (#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq authored Oct 4, 2024
1 parent 3a6b0f0 commit f3692d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/jupyter-ai/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,5 @@ const plugin: JupyterFrontEndPlugin<IJaiCore> = {
};

export default [plugin, statusItemPlugin, completionPlugin, menuPlugin];

export * from './tokens';

0 comments on commit f3692d9

Please sign in to comment.