import BackButton from "@/components/wrappers/common/button/back-button"; export default async function NotFound() { return(

Not found

The content you are trying to view is not available.

Go home
) }