Add contributor list design and wiring
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Component.extend({
|
||||
|
||||
tagName: 'table',
|
||||
classNames: 'contributor-list'
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user