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