--- sidebar_position: 2 --- # Not Found (404) ![Not Found - 404](/img/components-404.png) ```jsx title="Frontend/app/not-found.tsx"

404

Oops, something went wrong.

Sorry, we couldn't find your page.

Get the source code Back to home

``` ## Requirements you will need the below import statement at the top of your file ```js import Link from "next/link"; ```