From 5c696da6e2da24d7abbe5680607c03618f1b161b Mon Sep 17 00:00:00 2001 From: Aaron Klinker Date: Sun, 17 Dec 2023 09:30:28 -0600 Subject: [PATCH] Fix build --- src/browser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser.ts b/src/browser.ts index 6f148fee..957f0411 100644 --- a/src/browser.ts +++ b/src/browser.ts @@ -21,7 +21,7 @@ export const browser: AugmentedBrowser = originalBrowser; // re-export all the types from webextension-polyfill // Because webextension-polyfill uses a weird namespace with "import export", there isn't a good way // to get these types without re-listing them. -export { +export type { ActivityLog, Alarms, Bookmarks,