Fix deprecation warning

This commit is contained in:
2026-04-20 15:26:28 +04:00
parent a2a61b0fec
commit 1ed66ca744
7 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
import Component from '@glimmer/component';
import { action } from '@ember/object';
import { inject as service } from '@ember/service';
import { service } from '@ember/service';
import { on } from '@ember/modifier';
import { eq } from 'ember-truth-helpers';
import qrCode from '../modifiers/qr-code';