Files
domain-watchdog/assets/pages/tracking/WatchlistsPage.tsx

7 lines
120 B
TypeScript
Raw Normal View History

import React from "react";
export default function WatchlistsPage() {
return <p>
2024-07-26 18:31:47 +02:00
Watchlists Page
</p>
}