import { useContext as o } from"react";
import { a as e } from"./ChatbotProvider.js";
import"react/jsx-runtime";
functiona() {
const t = o(e);
if (!t)
thrownewError("useChatbotContext must be used within a ChatbotProvider");
return t;
}
export {
a as useChatbotContext
};