Problem( ES6: Use * to Import Everything from a File)

"use strict";

import * as "obj" from "capitalize_strings";

This is not working ,I have tried in many ways

Notice the examples in the challenge description:

Note how there are not quotes around the identifier after import * as

Got it,thanks for the reply