mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-22 04:05:41 +00:00
7 lines
122 B
TypeScript
7 lines
122 B
TypeScript
import React from "react";
|
|
|
|
export default function EntitySearchPage() {
|
|
return <p>
|
|
Not implemented
|
|
</p>
|
|
} |