domain-watchdog/assets/pages/search/NameserverSearchPage.tsx

10 lines
150 B
TypeScript
Raw Permalink Normal View History

2024-12-30 23:50:15 +01:00
import React from 'react'
export default function NameserverSearchPage() {
2024-12-30 23:50:15 +01:00
return (
<p>
Not implemented
</p>
)
}