"use client"; import { Box, Stack, Typography } from "@mui/material"; import SvgNotFound from "@/core/components/svgs/SvgNotFound"; export default function NotFound() { return ( صفحه موردنظر یافت نشد ... ); }