`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"]
|
|
});
|