Skip to content

Commit

Permalink
refactor(directives): drop resize
Browse files Browse the repository at this point in the history
  • Loading branch information
holazz committed Jul 4, 2022
1 parent 63c038a commit 0f3f2ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
1 change: 0 additions & 1 deletion packages/directives/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ export { default as ClickOutside } from './click-outside'
export { default as RepeatClick } from './repeat-click'
export { default as TrapFocus } from './trap-focus'
export { default as Mousewheel } from './mousewheel'
export { default as Resize } from './resize'
22 changes: 0 additions & 22 deletions packages/directives/resize/index.ts

This file was deleted.

0 comments on commit 0f3f2ae

Please sign in to comment.