change name of hook to be useKebabifiedMenu

This commit is contained in:
John Mitchell
2020-08-11 14:43:59 -04:00
committed by John Mitchell
parent 8f04026404
commit a352de3da7
3 changed files with 5 additions and 5 deletions

View File

@@ -5,4 +5,4 @@ export const KebabifiedContext = React.createContext({});
export const KebabifiedProvider = KebabifiedContext.Provider;
export const Kebabified = KebabifiedContext.Consumer;
export const useKebabified = () => useContext(KebabifiedContext);
export const useKebabifiedMenu = () => useContext(KebabifiedContext);