Commit f538eda9 authored by Kushal Pandya's avatar Kushal Pandya

Export class as default

parent df51cf69
class ListLabel {
export default class ListLabel {
constructor(obj) {
this.id = obj.id;
this.title = obj.title;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment