Skip to content

Commit

Permalink
🏷️ Add module types for BrowserShortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett committed Feb 2, 2024
1 parent f13b250 commit d01325c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules_registry.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ const registry = {

BrowserSearch: "components/search/BrowserSearch.sys.mjs",

BrowserShortcuts: "components/shortcuts/BrowserShortcuts.sys.mjs",

BrowserStorage: "components/storage/BrowserStorage.sys.mjs",
Datastore: "components/storage/Datastore.sys.mjs",

NativeTitlebar: "components/csd/NativeTitlebar.sys.mjs",

NavigationHelper: "components/navigation/NavigationHelper.sys.mjs",

BrowserShortcuts: "components/shortcuts/BrowserShortcuts.sys.mjs",

StartPage: "components/startpage/StartPage.sys.mjs",

TabIdentityHandler: "components/identity/TabIdentityHandler.sys.mjs",
Expand Down

0 comments on commit d01325c

Please sign in to comment.