From 5acc1c714085680c257f540c1fba0a399a3a661a Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Thu, 23 Oct 2025 18:43:57 +0200 Subject: [PATCH] chore: 3p import fix --- src/utils/keyboard.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/keyboard.ts b/src/utils/keyboard.ts index c32b23ae5..55c56782f 100644 --- a/src/utils/keyboard.ts +++ b/src/utils/keyboard.ts @@ -3,7 +3,7 @@ * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ -import type {KeyInput} from '../third_party'; +import type {KeyInput} from '../third_party/index.js'; // See the KeyInput type for the list of supported keys. const validKeys = new Set([