import { createContext } from 'react'; export const Context = createContext({ prefix: 'hiagent', });