Stuck on challenge

Tell us what’s happening:
I keep getting message saying cannot read property ‘capitalizeString’ undefined.

Your code so far


"use strict";
import { capitalizeString } from "./string_function"
capitalizeString("hello!");

console.log(cap);

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/es6/understand-the-differences-between-import-and-require/

You have a spelling error, and also remove the ./ , it doesn’t like it, although conventionally if you develop locally you’d need ./ for a file in the same directory as what you are importing

ok. where is the spelling error? i don’t see anything misspelled