export default function Earthquakes() {
return (
<div className="min-h-screen">
<p>Earthquakes</p>
</div>
);
}