Files
jobtrackingapp/job-tracker-ui/app/page.tsx
T
cesnimda 955182b7c2
CI and Deploy / test (pull_request) Failing after 1m22s
CI and Deploy / deploy (pull_request) Has been skipped
fix: close release preflight gaps
Route public health checks to the API, backfill and synchronize job opportunities, stabilize SPA smoke tests, and document operator-only production steps.
2026-07-31 20:18:30 +02:00

6 lines
115 B
TypeScript

import ClientShell from "./[[...slug]]/ClientShell";
export default function Page() {
return <ClientShell />;
}