In react.js ,we can also nest component inside within one another.It helps in creating more complex user interfaces.
any components that are nested inside parents components are callled child components.
There are two types of keywords:Exports and Imports.
1)Export- It export a particular modules and used it in another modules.
2)Imports-It import a particular modules and used it in the exisiting modules.