Adrià Vilanova MartÃnez | 2788d12 | 2022-10-10 22:06:25 +0200 | [diff] [blame] | 1 | // This file imports necessary web components used for the workflows feature. |
| 2 | // This is done by injecting this javascript file instead of placing this code |
| 3 | // directly in the content script because `window.customElements` doesn't exist |
| 4 | // in content scripts. |
| 5 | import '../contentScripts/communityConsole/workflows/components/TwptWorkflowsMenu.js'; |
| 6 | |
| 7 | import {injectStylesheet} from '../common/contentScriptsUtils.js'; |
| 8 | |
| 9 | // Also, we import Material Icons since the Community Console uses "Google |
| 10 | // Material Icons" instead of "Material Icons". This is necessary for the MD3 |
| 11 | // components. |
| 12 | injectStylesheet('https://fonts.googleapis.com/icon?family=Material+Icons'); |