mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 22:02:11 +03:00
7 lines
227 B
JavaScript
7 lines
227 B
JavaScript
|
import OptionsComponent from 'ember-power-select/components/power-select/options';
|
||
|
import layout from '../templates/components/power-select-vertical-collection-options';
|
||
|
|
||
|
export default OptionsComponent.extend({
|
||
|
layout
|
||
|
});
|