fixup
This commit is contained in:
parent
5692ae1c5b
commit
d3c4bb25a7
|
@ -2,8 +2,8 @@ import Component from "@ember/component";
|
||||||
import { action } from "@ember/object";
|
import { action } from "@ember/object";
|
||||||
import { getOwner } from "@ember/owner";
|
import { getOwner } from "@ember/owner";
|
||||||
import { classNames, tagName } from "@ember-decorators/component";
|
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 "../../components/show-user-notes";
|
||||||
|
import { showUserNotes } from "../../lib/user-notes";
|
||||||
|
|
||||||
@tagName("")
|
@tagName("")
|
||||||
@classNames("admin-user-controls-after-outlet", "add-user-notes-button")
|
@classNames("admin-user-controls-after-outlet", "add-user-notes-button")
|
||||||
|
|
Loading…
Reference in New Issue