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