Skip to content

Commit

Permalink
fix bug Only one default export allowed per module
Browse files Browse the repository at this point in the history
ERROR in ./node_modules/fancyui/lib/CheckboxGroup/index.js
Module build failed: SyntaxError: Only one default export allowed per module. (22:0)
  • Loading branch information
php-cpm committed Jul 26, 2017
1 parent 3c1e273 commit 6c026bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/CheckboxGroup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ import deprecated from '../tool/deprecated';

'use strict';

export default angular.module('CheckboxGroup', [])
.component('fCheckboxGroup', groupComponent);

let app = angular.module('CheckboxGroup', [
])
.component('fCheckboxGroup', groupComponent)
Expand Down

0 comments on commit 6c026bd

Please sign in to comment.