import { createContext } from "react";
export const FromRouteContext = createContext(null);