import type { User } from '@/middleware/auth' import { createContext } from 'react-router' export const userContext = createContext(null)