"use client" import Sidebar from "@/components/Sidebar"; interface SitesPageProps { username: string; name: string; siteId: string; } export default function SitesPage({ username, name, siteId }: SitesPageProps) { return (

Site

Manage your sites. Sites are real-world locations where you can monitor your assets & add networks.

) }