13 lines
607 B
Diff
13 lines
607 B
Diff
diff --git a/chrome/browser/resources/extensions/extensions.ts b/chrome/browser/resources/extensions/extensions.ts
|
|
index 9b25c3ec09e1c8468cdc708903542556a8b1e791..699d8379222078ef843323c6c967a8718e68d25e 100644
|
|
--- a/chrome/browser/resources/extensions/extensions.ts
|
|
+++ b/chrome/browser/resources/extensions/extensions.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 './manager.js';
|
|
|
|
export {CrCheckboxElement} from 'chrome://resources/cr_elements/cr_checkbox/cr_checkbox.m.js';
|