File size: 217 Bytes
728752a
 
 
 
bc81096
728752a
 
bc81096
728752a
 
1
2
3
4
5
6
7
8
9
10
11
import SecurityTimeline from "./charts/SecurityTimeline";

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