import React from "react";
export default function EntitySearchPage() {
return <p>
Entity Search Page
</p>
}