DEV: fixes linting (#35623)

Different PRs ended up removing the need for this import, but each of
them still needed it so they were all green.
This commit is contained in:
Joffrey JAFFEUX
2025-10-27 10:15:20 +00:00
committed by GitHub
parent 0f3720395a
commit e37cfcda1d
@@ -55,7 +55,6 @@ const tonableEmojiUrl = (emoji, scale) => {
};
export default class EmojiPicker extends Component {
@service capabilities;
@service emojiStore;
@service site;