From 3f2e43753d835dade8f36d2f030e30d15ad61362 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sat, 30 May 2026 21:46:20 -0400 Subject: [PATCH] refactor(ext): sweep View/PopupState imports to shared/popup-state (Plan C Phase 1) Removes the re-export shim from popup/popup.ts now that all callers point at the canonical shared/popup-state. No external callers were depending on the popup.ts re-export, so this drop is a strict tightening. Co-Authored-By: Claude Opus 4.7 --- extension/src/popup/popup.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/extension/src/popup/popup.ts b/extension/src/popup/popup.ts index e344a3c..c154735 100644 --- a/extension/src/popup/popup.ts +++ b/extension/src/popup/popup.ts @@ -67,7 +67,6 @@ function parseUrlParams(): { view?: View; type?: string; id?: string } | null { // --- State --- -export type { View, PopupState } from '../shared/popup-state'; import type { View, PopupState } from '../shared/popup-state'; let currentState: PopupState = {