Files
domain-watchdog/assets/pages/tracking/WatchlistsPage.tsx
2024-07-26 18:31:47 +02:00

7 lines
120 B
TypeScript

import React from "react";
export default function WatchlistsPage() {
return <p>
Watchlists Page
</p>
}