From d01325c780d3de91b3e813bb76144cd654509aea Mon Sep 17 00:00:00 2001 From: EnderDev Date: Fri, 2 Feb 2024 14:08:19 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20Add=20module=20types=20?= =?UTF-8?q?for=20BrowserShortcuts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules_registry.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules_registry.mjs b/modules_registry.mjs index 3d2cb839d5..451e028a31 100644 --- a/modules_registry.mjs +++ b/modules_registry.mjs @@ -63,6 +63,8 @@ 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", @@ -70,8 +72,6 @@ const registry = { NavigationHelper: "components/navigation/NavigationHelper.sys.mjs", - BrowserShortcuts: "components/shortcuts/BrowserShortcuts.sys.mjs", - StartPage: "components/startpage/StartPage.sys.mjs", TabIdentityHandler: "components/identity/TabIdentityHandler.sys.mjs",