955182b7c2
Route public health checks to the API, backfill and synchronize job opportunities, stabilize SPA smoke tests, and document operator-only production steps.
6 lines
115 B
TypeScript
6 lines
115 B
TypeScript
import ClientShell from "./[[...slug]]/ClientShell";
|
|
|
|
export default function Page() {
|
|
return <ClientShell />;
|
|
}
|