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