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