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