Files
DABEEO-DETECTION-APPLICATION/web-app/app/routes/catch-all.tsx
2026-04-07 17:30:18 +09:00

4 lines
87 B
TypeScript

export function clientLoader() {
throw new Response("Not Found", { status: 404 });
}