NotFoundState

App

Kayıt bulunamadı / içerik yok durumu. onGoBack ile geri dön aksiyonu.

Default

Preview

Page not found

The page you're looking for doesn't exist or has been moved.

Code
<NotFoundState />

With back link

Preview

User not found

This user account doesn't exist or may have been deleted.

Code
<NotFoundState
  title="User not found"
  description="This user account doesn't exist or may have been deleted."
  onGoBack={() => router.back()}
  goBackLabel="Back to users"
/>
Sourcemodules/app/EmptyErrorState.tsx