import { createContext } from "react"; export const NITContext = createContext({ categoryPrefix: "in" });