mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +00:00
10 lines
150 B
TypeScript
10 lines
150 B
TypeScript
import React from 'react'
|
|
|
|
export default function NameserverSearchPage() {
|
|
return (
|
|
<p>
|
|
Not implemented
|
|
</p>
|
|
)
|
|
}
|