Skip to content

Commit f3692d9

Browse files
authored
Export tokens from lib/index.js (#1019)
1 parent 3a6b0f0 commit f3692d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/jupyter-ai/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,5 @@ const plugin: JupyterFrontEndPlugin<IJaiCore> = {
127127
};
128128

129129
export default [plugin, statusItemPlugin, completionPlugin, menuPlugin];
130+
131+
export * from './tokens';

0 commit comments

Comments
 (0)