Adrià Vilanova Martínez | 5f5b3e0 | 2023-07-23 00:08:17 +0200 | [diff] [blame] | 1 | import '../contentScripts/communityConsole/updateHandler/banner/components/index.js'; |
| 2 | |
Adrià Vilanova Martínez | d7951b2 | 2024-05-25 22:13:32 +0200 | [diff] [blame] | 3 | import {injectStylesheet} from '../common/contentScriptsUtils'; |
Adrià Vilanova Martínez | 5f5b3e0 | 2023-07-23 00:08:17 +0200 | [diff] [blame] | 4 | |
| 5 | // This is necessary for the MD3 components. It is also done in |
| 6 | // litComponentsInject.js, but when installing the extension |
| 7 | // litComponentsInject.js hasn't been injected yet. |
Renovate bot | aa5fb8e | 2024-02-25 18:10:09 +0000 | [diff] [blame] | 8 | injectStylesheet('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:FILL@0..1'); |