This commit is contained in:
Jarek Radosz 2025-05-28 13:59:18 +02:00
parent 5692ae1c5b
commit d3c4bb25a7
No known key found for this signature in database
GPG Key ID: 98C198E7019429B3
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@ import Component from "@ember/component";
import { action } from "@ember/object";
import { getOwner } from "@ember/owner";
import { classNames, tagName } from "@ember-decorators/component";
import { showUserNotes } from "discourse/plugins/discourse-user-notes/discourse-user-notes/lib/user-notes";
import ShowUserNotes from "../../components/show-user-notes";
import { showUserNotes } from "../../lib/user-notes";
@tagName("")
@classNames("admin-user-controls-after-outlet", "add-user-notes-button")