0 / 60 seg.

Which statement correctly imports this code from some-file.js?

//some-file.js
export const printMe = (str) => console.log(str);