icmx/xv

Remove export defaults

Closed this issue · 1 comments

icmx commented

This form of exporting

class Example { ... }

export default Example;

seems not very handy in practice, so better to stick with this one:

export class Example { ... }
icmx commented

done in #77