component.js 78 B

123
  1. define(['css!./component'], function() {
  2. return {component: 'is here'};
  3. });