mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-23 12:45:36 +00:00
7 lines
108 B
TypeScript
7 lines
108 B
TypeScript
|
|
import React from "react";
|
||
|
|
|
||
|
|
export default function StatisticsPage() {
|
||
|
|
return <p>
|
||
|
|
Tld
|
||
|
|
</p>
|
||
|
|
}
|