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