cms/app-client/app/components/playlist-component.js
author Chloe Laisne <chloe.laisne@gmail.com>
Wed, 22 Jun 2016 22:13:46 +0200
changeset 197 7b266ccf6d3d
parent 196 7550cb541901
child 200 a441c40f9c5e
permissions -rw-r--r--
Setup filter service

import Ember from 'ember';

export default Ember.Component.extend({

	classNames: ['playlist-component']

});