"use client"; import Box from "@mui/material/Box"; import Typography from "@mui/material/Typography"; /** * Dev / R&D sandbox for Job Order. Not listed in NavigationContent — open via /jo/testing only. * Later: call APIs with clientAuthFetch + NEXT_PUBLIC_API_URL like src/app/(main)/testing/page.tsx. */ export default function JoTestingPage() { return ( Job order testing Empty page. This route is intentionally omitted from the navigation bar. ); }