Open nftleader opened 3 years ago
This PR fixes #82
Attempted import error: 'uuid' does not contain a default export (imported as 'uuid').
by updating import uuid from 'uuid'; to import * as uuid from 'uuid';
import uuid from 'uuid';
import * as uuid from 'uuid';
This PR fixes #82
by updating
import uuid from 'uuid';
toimport * as uuid from 'uuid';