I have a test file with the following import at the top
import pizzas from '../data';
the data file here is data.json and contains an array of objects, this file has no export anywhere inside it so I was wondering how is the import working as I thought you'd need a matching export.