fix/build-error

This commit is contained in:
moT01
2019-06-01 07:55:24 -05:00
committed by Kristofer Koishigawa
parent 9c249bf8be
commit 9199319ae1

View File

@ -59,7 +59,7 @@ lowercaseString("WORLD!");
<section id='solution'>
```js
import { uppercaseString, lowercaseString } from './string_functions';
import { uppercaseString, lowercaseString } from './string_functions.js';
// add code above this line
uppercaseString("hello");