Import * as challenge

Tell us what’s happening:
the test result is that you should use the correct sintax and i think that im using the right one.

Your code so far


import * as stringFunctions from "-/string_functions.js"// Only change code above this line

stringFunctions.uppercaseString("hello");
stringFunctions.lowercaseString("WORLD!");

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36.

Challenge: Use * to Import Everything from a File

Link to the challenge:

Hello @bolivarepuestos

Welcome to FCC forum.
You are supposed to use . (period) not -.