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