import React from 'react'; import {Typography} from "@mui/material"; export const NotFound = () => { return ( No results found ) }