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.

8 lines
239 B
JavaScript
Raw Normal View History

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