Skip to content

Commit 7c95002

Browse files
committed
update
1 parent 18d1c92 commit 7c95002

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+8219
-3537
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { useState } from '../../states'
2+
3+
export const usePerun = () => {
4+
const { perunState } = useState()
5+
// TODO: Register some callbacks here if needed.
6+
return perunState
7+
}

0 commit comments

Comments
 (0)