This commit is contained in:
Manav Rathi
2024-05-25 09:38:45 +05:30
parent 11a354c560
commit b0d3fcfe79

View File

@@ -1,5 +1,5 @@
import { createContext } from "react";
export const OverflowMenuContext = createContext({
close: () => null,
close: () => {},
});