refactor: Remove UserContext as it is no longer needed
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
import { createContext } from 'react'
|
||||
|
||||
const UserContext = createContext({
|
||||
userProfile: null,
|
||||
setUserProfile: () => {},
|
||||
})
|
||||
|
||||
export { UserContext }
|
||||
Reference in New Issue
Block a user