3import { Icon } from '@/contexts/IconContext';
5export default function NetworkTopologyPage() {
7 <div className="min-h-screen bg-bg p-6">
8 <div className="max-w-7xl mx-auto">
10 <h1 className="text-3xl font-bold text-text mb-2 flex items-center gap-3">
11 <Icon name="hub" size={32} />
14 <p className="text-muted">View and manage network infrastructure</p>
17 <div className="bg-surface rounded-lg shadow-sm border border-border p-6 mb-6">
18 <h2 className="text-xl font-semibold text-text mb-4">Network Infrastructure</h2>
19 <p className="text-muted">Network topology visualization coming soon...</p>