6 lines
164 B
JavaScript
6 lines
164 B
JavaScript
import AdsListing from "@/components/PagesComponent/AdsListing/AdsListing";
|
|
const AdListingPage = () => {
|
|
return <AdsListing />;
|
|
};
|
|
export default AdListingPage;
|