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