From ecaa42fa7770bef72519f5e772610f26d14fce68 Mon Sep 17 00:00:00 2001 From: Josh Knapp Date: Thu, 12 Mar 2026 13:20:08 -0700 Subject: [PATCH] Remove unused useShallow import to fix tsc build Co-Authored-By: Claude Opus 4.6 --- app/src/components/terminal/TerminalView.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/components/terminal/TerminalView.tsx b/app/src/components/terminal/TerminalView.tsx index 2113e4e..a048826 100644 --- a/app/src/components/terminal/TerminalView.tsx +++ b/app/src/components/terminal/TerminalView.tsx @@ -7,7 +7,6 @@ import { openUrl } from "@tauri-apps/plugin-opener"; import "@xterm/xterm/css/xterm.css"; import { useTerminal } from "../../hooks/useTerminal"; import { useAppState } from "../../store/appState"; -import { useShallow } from "zustand/react/shallow"; import { awsSsoRefresh } from "../../lib/tauri-commands"; import { UrlDetector } from "../../lib/urlDetector"; import UrlToast from "./UrlToast";