diff --git a/app/not-found.tsx b/app/not-found.tsx index fe932423..f62b46cd 100644 --- a/app/not-found.tsx +++ b/app/not-found.tsx @@ -1,4 +1,5 @@ -import BackButton from "@/components/common/back-button"; +import Link from "next/link"; +import { Button } from "@/components/ui/button"; export default async function NotFound() { return ( @@ -12,7 +13,9 @@ export default async function NotFound() { The content you are trying to view is not available.
-