blob: d7e788e8eb402758a13dced74a140123aae8d16f [file] [log] [blame]
Adrià Vilanova Martínez2788d122022-10-10 22:06:25 +02001// 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.
Adrià Vilanova Martínez96ae96f2022-10-17 23:50:36 +02005import '../contentScripts/communityConsole/workflows/components/index.js';
Adrià Vilanova Martínez2788d122022-10-10 22:06:25 +02006
7import {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.
12injectStylesheet('https://fonts.googleapis.com/icon?family=Material+Icons');