This commit is contained in:
Manav Rathi 2024-05-25 09:38:45 +05:30
parent 11a354c560
commit b0d3fcfe79
No known key found for this signature in database

View file

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