Export class as default

This commit is contained in:
Kushal Pandya 2018-04-27 11:55:36 +05:30
parent df51cf6974
commit f538eda9f6
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
class ListLabel {
export default class ListLabel {
constructor(obj) {
this.id = obj.id;
this.title = obj.title;