Skip to content

NotFoundPage

This component is the 404 page of the application.

Variables

NotFoundPage

const NotFoundPage: React.FC;

Defined in: src/pages/NotFoundPage.tsx:17

The NotFoundPage component.

This component is responsible for the following:

  • Displaying a 404 error message.
  • Providing a link to the home page.

Returns

The NotFoundPage component.