TIA / app /mapping /LineageViewer.tsx
DJ-Goanna-Coding's picture
Upload folder using huggingface_hub
fa3ed75 verified
raw
history blame contribute delete
177 Bytes
export default function LineageViewer() {
return (
<div style={{ padding: 20 }}>
<h2>LINEAGE VIEWER</h2>
<p>Lineage data will load here.</p>
</div>
);
}