8 lines
239 B
JavaScript
8 lines
239 B
JavaScript
|
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"],
|
||
|
});
|