Skip to content

Commit

Permalink
custom title added
Browse files Browse the repository at this point in the history
  • Loading branch information
AchyuthMohan committed Dec 3, 2022
1 parent 9e1e939 commit 6e8e93f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/ReviewPage/ReviewPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import './ReviewPage.css'
import axios from 'axios'
import baseUrl from '../../utils/Urls'
import ReviewCards from './ReviewCards'
import CustomTitle from '../../utils/CustomTitle'
import ReviewDialog from '../../components/ReviewDialog/ReviewDialog'
function ReviewPage() {
const[reviews,setReviews]=useState([])
Expand All @@ -23,6 +24,7 @@ useEffect(()=>{
},[])
return (
<Mainlayout>
<CustomTitle title='Reviews'/>
<ReviewDialog open={open} handleClose={handleClose} />
<div className='review__container'>
{
Expand Down

0 comments on commit 6e8e93f

Please sign in to comment.