Closed kaus02 closed 8 years ago
In block 9.2, where we are creating publish.js , it should be import { Parties } from './parties'; rather than import { Parties } from './collection'; as the parties.js was moved to api folder from the collection folder.Please correct me if wrong.
publish.js
import { Parties } from './parties';
import { Parties } from './collection';
parties.js
In block 9.2, where we are creating
publish.js
, it should beimport { Parties } from './parties';
rather thanimport { Parties } from './collection';
as theparties.js
was moved to api folder from the collection folder.Please correct me if wrong.