mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-06 10:30:31 +08:00
5 lines
165 B
JavaScript
5 lines
165 B
JavaScript
import SelectKitRowComponent from "select-kit/components/select-kit/select-kit-row";
|
|
|
|
export default SelectKitRowComponent.extend({
|
|
classNames: ["flair-row"],
|
|
});
|