DEV Community

Discussion on: How to Create a Spotify Music Search App in React

Collapse
 
ydna317 profile image
Andy Nguyen

Where is the SearchForm being imported? When running the application, my search form is not there.

Collapse
 
myogeshchavan97 profile image
Yogesh Chavan

@ydna317 SearchForm is imported in Dashboard.js file. You can check out the final GitHub Repository code to compare with your code If you face any issue.