import React from "react";

export const PathnameContext = React.createContext<string>("/");
