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

8 lines
209 B
JavaScript

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