Skip to content

Commit deade71

Browse files
committed
fix
1 parent ea629d8 commit deade71

File tree

8 files changed

+1094
-7
lines changed

8 files changed

+1094
-7
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)