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