7 lines
290 B
Plaintext
7 lines
290 B
Plaintext
|
import SelectKitRowComponent from "select-kit/components/select-kit/select-kit-row";
|
||
|
|
||
|
export default SelectKitRowComponent.extend({
|
||
|
layoutName: "select-kit/templates/components/future-date-input-selector/future-date-input-selector-row",
|
||
|
classNames: "future-date-input-selector-row"
|
||
|
});
|