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:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user