79216110

Date: 2024-11-22 18:05:17
Score: 1
Natty:
Report link

You might need to check your 'util.js' and make sure to export myFunction from that file. Something like this :

//in util.js
export function myFunction(){
  ...do something...
}

and then you can imported this function from any other files. And also make sure you have the correct path to 'util.js'

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: van32