1 2 3 4 5
import BackgroundJobs from "@/components/admin/BackgroundJobs"; export default function BackgroundJobsPage() { return <BackgroundJobs />; }