Files
web/apps/partner-sas/app/[lang]/not-found.tsx
Anton Gunnarsson eb3b18b35e Merged in chore/partner-sas-404-page (pull request #3339)
chore: Fix partner-sas 404 page

* Fix 404 page

* Fix 404 links

* Fix links


Approved-by: Matilda Landström
2025-12-17 13:03:33 +00:00

6 lines
111 B
TypeScript

import NotFound from "@/components/NotFound"
export default function NotFoundPage() {
return <NotFound />
}