From 70e4c7fa50112693699507d45b6bb899e0665afe Mon Sep 17 00:00:00 2001 From: Marc Brooks Date: Thu, 12 Jun 2025 17:27:48 -0500 Subject: [PATCH] Fix rebase error --- ui/src/components/popovers/PasteModal.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/components/popovers/PasteModal.tsx b/ui/src/components/popovers/PasteModal.tsx index d1b72b0..ed642a8 100644 --- a/ui/src/components/popovers/PasteModal.tsx +++ b/ui/src/components/popovers/PasteModal.tsx @@ -10,6 +10,7 @@ import { SettingsPageHeader } from "@components/SettingsPageheader"; import { useJsonRpc } from "@/hooks/useJsonRpc"; import { useHidStore, useRTCStore, useUiStore, useSettingsStore } from "@/hooks/stores"; import { keys, modifiers } from "@/keyboardMappings"; +import { layouts, chars } from "@/keyboardLayouts"; import notifications from "@/notifications"; const hidKeyboardPayload = (keys: number[], modifier: number) => {