Move encoded script logic together
This commit is contained in:
6
app/web/src/helpers/hooks/useIdeContext.ts
Normal file
6
app/web/src/helpers/hooks/useIdeContext.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { IdeContext } from 'src/pages/DevIdePage/DevIdePage'
|
||||
import { useContext } from 'react'
|
||||
|
||||
export function useIdeContext() {
|
||||
return useContext(IdeContext)
|
||||
}
|
||||
Reference in New Issue
Block a user