Files
web/app/ad-listing/page.jsx
Husanjonazamov 64af77101f classify web
2026-02-24 12:52:49 +05:00

6 lines
164 B
JavaScript

import AdsListing from "@/components/PagesComponent/AdsListing/AdsListing";
const AdListingPage = () => {
return <AdsListing />;
};
export default AdListingPage;