0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/client/app/views/team/index.js

8 lines
162 B
JavaScript
Raw Normal View History

import Ember from 'ember';
var TeamUserIndexView = Ember.View.extend({
tagName: 'section',
classNames: ['gh-view']
});
export default TeamUserIndexView;