mirror of
https://github.com/discourse/discourse.git
synced 2025-09-11 21:04:42 +08:00
7 lines
301 B
Text
7 lines
301 B
Text
|
import ComboBoxHeaderComponent from "select-kit/components/combo-box/combo-box-header";
|
||
|
|
||
|
export default ComboBoxHeaderComponent.extend({
|
||
|
layoutName: "select-kit/templates/components/future-date-input-selector/future-date-input-selector-header",
|
||
|
classNames: "future-date-input-selector-header"
|
||
|
});
|