Skip to content

Commit e872f80

Browse files
authored
Merge pull request #414 from martinRenou/export_tokens
Export tokens
2 parents 59f07a3 + d469c4e commit e872f80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/jupyterlab-lsp/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ import { plugin as THEME_VSCODE } from '@krassowski/theme-vscode';
5151
import { plugin as THEME_MATERIAL } from '@krassowski/theme-material';
5252
import { CODE_OVERRIDES_MANAGER } from './overrides';
5353

54+
export * from './tokens';
55+
5456
export const codeCheckIcon = new LabIcon({
5557
name: 'lsp:codeCheck',
5658
svgstr: codeCheckSvg

0 commit comments

Comments
 (0)