Default

Function: default()

function default(): Element

Defined in: app/commissiestrijd/not-found.tsx:9

NotFound component that displays a message when a page is not found. This is a client-side component that handles 404 errors in the application.

Returns

Element

A JSX element that contains the not found message.

On this page