Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DrumsnChocolate committed Nov 3, 2024
1 parent a90eb41 commit c64f6c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/form/open-question.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { inject as service } from '@ember/service';
import { action } from '@ember/object';
import { OpenQuestionTypes } from 'amber-ui/constants';
import Component from '@glimmer/component';
import { tracked } from '@glimmer/tracking';

export default class OpenQuestionComponent extends Component {
@service intl;
Expand Down

0 comments on commit c64f6c4

Please sign in to comment.