classify web
This commit is contained in:
7
app/reviews/page.jsx
Normal file
7
app/reviews/page.jsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import ProfileDashboard from "@/components/PagesComponent/ProfileDashboard/ProfileDashboard";
|
||||
|
||||
const ReviewsPage = () => {
|
||||
return <ProfileDashboard />;
|
||||
};
|
||||
|
||||
export default ReviewsPage;
|
||||
Reference in New Issue
Block a user