In step 9.4, it says “Update the following files which use parties in import to index”. Does it mean that we need to change the line
import { Parties } from ‘…/…/…/api/parties’;
to
import { Parties } from ‘…/…/…/api/parties/index’; ?
In the GitHub repository for the tutorial there’s no such change and Socially seems to work fine with both lines.