We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45b3cf commit 5d4a416Copy full SHA for 5d4a416
electron/renderer/components/game/game-command-input.tsx
@@ -8,7 +8,7 @@ import type {
8
} from 'react';
9
import { useCallback, useMemo, useState } from 'react';
10
import { isEmpty } from '../../../common/string/string.utils.js';
11
-import { useCommandHistory } from '../../hooks/command-history.jsx';
+import { useCommandHistory } from '../../hooks/commands.jsx';
12
import { runInBackground } from '../../lib/async/run-in-background.js';
13
14
export const GameCommandInput: React.FC = (): ReactNode => {
0 commit comments