13 lines
764 B
Diff
13 lines
764 B
Diff
diff --git a/chrome/browser/resources/bookmarks/bookmarks.ts b/chrome/browser/resources/bookmarks/bookmarks.ts
|
|
index e18d2f4269c72f8bfb1d46e16d443c4749836ae7..0ac13d17be6e694b3d7bdab6b19fff3397d48126 100644
|
|
--- a/chrome/browser/resources/bookmarks/bookmarks.ts
|
|
+++ b/chrome/browser/resources/bookmarks/bookmarks.ts
|
|
@@ -2,6 +2,7 @@
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
+import './brave_overrides/index.js';
|
|
import './app.js';
|
|
|
|
export {changeFolderOpen, clearSearch, createBookmark, deselectItems, editBookmark, moveBookmark, removeBookmark, reorderChildren, selectFolder, SelectFolderAction, selectItem, SelectItemsAction, setSearchResults, setSearchTerm, updateAnchor} from './actions.js';
|