refactor: Remove UserContext as it is no longer needed

This commit is contained in:
Mo Tarbin
2025-06-08 02:19:33 -04:00
parent e21e71b442
commit 64668147d9

View File

@@ -1,8 +0,0 @@
import { createContext } from 'react'
const UserContext = createContext({
userProfile: null,
setUserProfile: () => {},
})
export { UserContext }