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