next.js/test/e2e/app-dir/metadata-navigation/app/server-action/not-found/action.tsx
action.tsx8 lines121 B
'use server'

import { notFound } from 'next/navigation'

export async function actionNotFound() {
  return notFound()
}
Quest for Codev2.0.0
/
SIGN IN