mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 19:33:39 +08:00
6 lines
184 B
JavaScript
6 lines
184 B
JavaScript
|
import SelectKitRowComponent from "select-kit/components/select-kit/select-kit-row";
|
||
|
|
||
|
export default SelectKitRowComponent.extend({
|
||
|
classNames: ["email-group-user-chooser-row"],
|
||
|
});
|