Export class as default
This commit is contained in:
parent
df51cf6974
commit
f538eda9f6
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
class ListLabel {
|
||||
export default class ListLabel {
|
||||
constructor(obj) {
|
||||
this.id = obj.id;
|
||||
this.title = obj.title;
|
||||
|
|
Loading…
Reference in a new issue