| import SecurityTimeline from "./charts/SecurityTimeline"; | |
| export default function Dashboard() { | |
| return ( | |
| <> | |
| <h1 className="text-xl font-bold mb-4">Dashboard</h1> | |
| <SecurityTimeline /> | |
| </> | |
| ); | |
| } | |
| import SecurityTimeline from "./charts/SecurityTimeline"; | |
| export default function Dashboard() { | |
| return ( | |
| <> | |
| <h1 className="text-xl font-bold mb-4">Dashboard</h1> | |
| <SecurityTimeline /> | |
| </> | |
| ); | |
| } | |