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 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken
2026-05-30 21:46:20 -04:00
parent 547f2d4089
commit 3f2e43753d

View File

@@ -67,7 +67,6 @@ function parseUrlParams(): { view?: View; type?: string; id?: string } | null {
// --- State --- // --- State ---
export type { View, PopupState } from '../shared/popup-state';
import type { View, PopupState } from '../shared/popup-state'; import type { View, PopupState } from '../shared/popup-state';
let currentState: PopupState = { let currentState: PopupState = {