"use client"; import NotFound from "@/widgets/NotFound/NotFound"; const error = () => { return ; }; export default error;