Skip to content

Commit

Permalink
fix: Fix invalid type
Browse files Browse the repository at this point in the history
  • Loading branch information
ReiiYuki committed Aug 21, 2023
1 parent 184815f commit 8223c01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import _onClose from 'core/onClose'
import _onOpen from 'core/onOpen'
import _onClose from './core/onClose'
import _onOpen from './core/onOpen'

export const onClose = _onClose

Expand Down

0 comments on commit 8223c01

Please sign in to comment.