blob: c15111ed015a43489e555adc0e2e078a90805fc2 [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.
5import '../contentScripts/communityConsole/workflows/components/TwptWorkflowsMenu.js';
6
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');