mirror of
https://github.com/discourse/discourse.git
synced 2025-02-13 12:52:46 +08:00
6 lines
165 B
JavaScript
6 lines
165 B
JavaScript
![]() |
import SelectKitRowComponent from "select-kit/components/select-kit/select-kit-row";
|
||
|
|
||
|
export default SelectKitRowComponent.extend({
|
||
|
classNames: ["topic-row"],
|
||
|
});
|