diff --git a/apps/web/app/not-found.tsx b/apps/web/app/not-found.tsx index a641a0edbc..36dd3e543f 100644 --- a/apps/web/app/not-found.tsx +++ b/apps/web/app/not-found.tsx @@ -1,5 +1,5 @@ import { Button } from "@formbricks/ui/Button"; - +import Link from "next/link"; export default function NotFound() { return ( <> @@ -9,9 +9,9 @@ export default function NotFound() {
Sorry, we couldn’t find the page you’re looking for.
- + + + > );