import React from "react"; const NothingFound = () => { return (

چیزی یافت نشد.

); }; export default NothingFound;