Skip to content

Commit 5d4a416

Browse files
committed
chore: renamed commands hook
1 parent c45b3cf commit 5d4a416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron/renderer/components/game/game-command-input.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import type {
88
} from 'react';
99
import { useCallback, useMemo, useState } from 'react';
1010
import { isEmpty } from '../../../common/string/string.utils.js';
11-
import { useCommandHistory } from '../../hooks/command-history.jsx';
11+
import { useCommandHistory } from '../../hooks/commands.jsx';
1212
import { runInBackground } from '../../lib/async/run-in-background.js';
1313

1414
export const GameCommandInput: React.FC = (): ReactNode => {

0 commit comments

Comments
 (0)