Skip to content

Commit

Permalink
DEV: Fix linting (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX authored Feb 23, 2025
1 parent accfc46 commit 312414b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascripts/discourse/components/topic-excerpt-toggle.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Component from "@glimmer/component";
import { on } from "@ember/modifier";
import { action } from "@ember/object";
import { service } from "@ember/service";
import icon from "discourse-common/helpers/d-icon";
import icon from "discourse/helpers/d-icon";
import { i18n } from "discourse-i18n";

export default class ExcerptToggle extends Component {
Expand Down

0 comments on commit 312414b

Please sign in to comment.