mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 18:18:11 +08:00

`app/` means we want to merge it into our application there. `addon` means give it its own module namespace, which is what we wanted.
7 lines
234 B
JavaScript
7 lines
234 B
JavaScript
import SelectKitRowComponent from "select-kit/components/select-kit/select-kit-row";
|
|
|
|
export default SelectKitRowComponent.extend({
|
|
layoutName: "select-kit/templates/components/user-chooser/user-row",
|
|
classNames: ["user-row"]
|
|
});
|