Skip to content

Commit ef9eca9

Browse files
committed
refactor(logstream): remove unused action import
Remove the unused `action` import from the logstream-did-update modifier to clean up the code and avoid unnecessary dependencies.
1 parent c24b3c5 commit ef9eca9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/modifiers/logstream-did-update.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import Logstream from 'codecrafters-frontend/utils/logstream';
66
import Modifier, { type ArgsFor } from 'ember-modifier';
77
import { inject as service } from '@ember/service';
88
import { registerDestructor } from '@ember/destroyable';
9-
import { action } from '@ember/object';
109
import type { Owner } from '@ember/test-helpers/build-owner';
1110

1211
interface Signature {

0 commit comments

Comments
 (0)