Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici authored and Çağatay Çivici committed Aug 22, 2018
2 parents 453f375 + 0a3d3e8 commit 2421939
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion exports/columngroup.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './components/columngroup/ColumGroup';
export * from './components/columngroup/ColumnGroup';
2 changes: 1 addition & 1 deletion exports/columngroup.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
'use strict';

module.exports = require('./components/columngroup/ColumGroup');
module.exports = require('./components/columngroup/ColumnGroup');
2 changes: 1 addition & 1 deletion exports/menubar.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './components/menubar/MenuBar';
export * from './components/menubar/Menubar';
2 changes: 1 addition & 1 deletion exports/menubar.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
'use strict';

module.exports = require('./components/menubar/MenuBar');
module.exports = require('./components/menubar/Menubar');

0 comments on commit 2421939

Please sign in to comment.