mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:02:24 +08:00
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/topic-row";
|
||
|
|
||
|
export default SelectKitRowComponent.extend({
|
||
|
layout,
|
||
|
classNames: ["topic-row"],
|
||
|
});
|