import registerForHotbarDropHook from "./hotbar-drop";
export default function registerForHooks(): void {
registerForHotbarDropHook();
}