chore: Fix partner-sas 404 page * Fix 404 page * Fix 404 links * Fix links Approved-by: Matilda Landström
6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
import NotFound from "@/components/NotFound"
|
|
|
|
export default function NotFoundPage() {
|
|
return <NotFound />
|
|
}
|