Skip to content

Commit

Permalink
Fixed wc lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianfish committed Dec 16, 2024
1 parent 866e18f commit d490b97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { findPost, markThreadViewed } from "./utils.js";
import { reactionsAndUpvotingMixin } from "./reactions-and-upvoting-mixin.js";
import "@sakai-ui/sakai-editor/sakai-editor.js";
import "../sakai-post.js";
import { GROUP, INSTRUCTORS, DISCUSSION, QUESTION, SORT_OLDEST, SORT_NEWEST, SORT_ASC_CREATOR, SORT_DESC_CREATOR, SORT_MOST_ACTIVE, SORT_LEAST_ACTIVE } from "./sakai-conversations-constants.js";
import { GROUP, INSTRUCTORS, QUESTION, SORT_OLDEST, SORT_NEWEST, SORT_ASC_CREATOR, SORT_DESC_CREATOR, SORT_MOST_ACTIVE, SORT_LEAST_ACTIVE } from "./sakai-conversations-constants.js";
import "@sakai-ui/sakai-icon";

export class SakaiTopic extends reactionsAndUpvotingMixin(SakaiElement) {
Expand Down

0 comments on commit d490b97

Please sign in to comment.