Skip to content

Commit 21af8da

Browse files
authored
chore: 3p import fix (#461)
1 parent b427392 commit 21af8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/keyboard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright 2025 Google LLC
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6-
import type {KeyInput} from '../third_party';
6+
import type {KeyInput} from '../third_party/index.js';
77

88
// See the KeyInput type for the list of supported keys.
99
const validKeys = new Set([

0 commit comments

Comments
 (0)