Skip to content

Commit

Permalink
fix: properly export builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyameliaaaa committed Mar 23, 2023
1 parent 40a67d5 commit 27ed590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './contextMenu';
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ settings.prototypeStrategy = 'proxy';
export * from './types';
export * from './lib';
export * from './options';
export * from './commands';

0 comments on commit 27ed590

Please sign in to comment.