Using webpack I am trying to export a function from domManipulation.js to index.js, they are both in src folder
export function displayPage(pageToDisplay) { pa