Can we include one or more self closing components in one main App.js file in reactjs
- I just created one react app i just wanted to include one more in one file(self closing component thing) means i created one component card.js and after that i included that component in main(App.js) file can i include another navbar.js component in that file .i did that but not showing anything it showing as it is means previous component things displays but another second file component not showing why this happening .??