Home() → {JSX.Element}
Component/page that displays the Home page
No props
- Source
Returns:
A JSX.Element that displays the Home Page
- Type:
- JSX.
Element
Example
return{
<Home />
}
Component/page that displays the Home page
No props
A JSX.Element that displays the Home Page
return{
<Home />
}