Adrià Vilanova MartÃnez | 5f5b3e0 | 2023-07-23 00:08:17 +0200 | [diff] [blame] | 1 | import '../contentScripts/communityConsole/updateHandler/banner/components/index.js'; |
2 | |||||
3 | import {injectStylesheet} from '../common/contentScriptsUtils.js'; | ||||
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. | ||||
8 | injectStylesheet('https://fonts.googleapis.com/icon?family=Material+Icons'); |