6 lines
125 B
TypeScript
6 lines
125 B
TypeScript
|
import registerHotbarHook from "./hotbar-drop";
|
||
|
|
||
|
export default function registerHooks(): void {
|
||
|
registerHotbarHook();
|
||
|
}
|