79217395

Date: 2024-11-23 08:03:32
Score: 1
Natty:
Report link

It looks like you're trying to use import/export syntax, but in your final line, you're using module.exports. In ES modules, you should consistently use export and import throughout your code.

Export Statement: Changed module.exports = router; to export default router;.

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