fix/build-error
This commit is contained in:
		
				
					committed by
					
						
						Kristofer Koishigawa
					
				
			
			
				
	
			
			
			
						parent
						
							d68475e7ea
						
					
				
				
					commit
					9c249bf8be
				
			@@ -59,7 +59,7 @@ lowercaseString("WORLD!");
 | 
				
			|||||||
<section id='solution'>
 | 
					<section id='solution'>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```js
 | 
					```js
 | 
				
			||||||
import { capitalizeString } from './string_functions';
 | 
					import { uppercaseString, lowercaseString } from './string_functions';
 | 
				
			||||||
// add code above this line
 | 
					// add code above this line
 | 
				
			||||||
 | 
					
 | 
				
			||||||
uppercaseString("hello");
 | 
					uppercaseString("hello");
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user