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 = {