import { createContext } from "react" import type { StepsStore } from "@/types/contexts/steps" export const StepsContext = createContext(null)