import { TextCustom, ViewWrapper } from "@/components"; export default function AdminJobReview() { return ( <> Admin Job Review ); }