Refactor context menu handler into hook

This commit is contained in:
jeffvli 2023-01-07 18:16:19 -08:00
parent 2edffa02d0
commit 7d8cb0bb45
11 changed files with 88 additions and 191 deletions

View file

@ -1,2 +1,3 @@
export * from './events';
export * from './context-menu-provider';
export * from './hooks/use-handle-context-menu';