File size: 177 Bytes
fa3ed75
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
export default function LineageViewer() {
  return (
    <div style={{ padding: 20 }}>
      <h2>LINEAGE VIEWER</h2>
      <p>Lineage data will load here.</p>
    </div>
  );
}