discourse/app/assets/javascripts/select-kit/addon/components/flair-row.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
165 B
JavaScript
Raw Normal View History

import SelectKitRowComponent from "select-kit/components/select-kit/select-kit-row";
export default SelectKitRowComponent.extend({
classNames: ["flair-row"],
});