DEV: Fix linting (#29826)

This commit is contained in:
Jarek Radosz 2024-11-19 21:43:44 +01:00 committed by GitHub
parent acc7caa816
commit 187b7d74fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { tracked } from "@glimmer/tracking";
import Controller from "@ember/controller";
import { action } from "@ember/object";
import { inject as service } from "@ember/service";
import { service } from "@ember/service";
export default class AutomationNew extends Controller {
@service router;