79718950

Date: 2025-07-29 16:33:46
Score: 2
Natty:
Report link

The issue is that script.js also needs to be a module.
Just change the script tag for it like this:

<script type="module" src="script.js"></script>

Also, make sure your import path is correct:

import { Test } from './testmodule.js';

Test.printTest();

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sneha Sahani