diff --git a/extension/src/popup/components/item-list.ts b/extension/src/popup/components/item-list.ts
index b7058fe..54bf241 100644
--- a/extension/src/popup/components/item-list.ts
+++ b/extension/src/popup/components/item-list.ts
@@ -3,6 +3,7 @@
/// to the detail view.
import { getState, setState, sendMessage, navigate, escapeHtml, openVaultTab } from '../../shared/state';
+import { GLYPH_VAULT_TAB } from '../../shared/glyphs';
import type { ItemId, ItemType, ManifestEntry, Item } from '../../shared/types';
/// Extract the display hostname from an icon_hint or fallback to the first tag.
@@ -66,7 +67,7 @@ export function renderItemList(app: HTMLElement): void {
-
+