import { createContext } from 'react'; export const RoleContext = createContext('public'); export const PushServerContext = createContext(null);