Spaces:
Runtime error
Runtime error
| export default function MapViewer() { | |
| return ( | |
| <div style={{ padding: 20 }}> | |
| <h2>MAPPING VIEWER</h2> | |
| <p>Mapping data will load here.</p> | |
| </div> | |
| ); | |
| } | |
| export default function MapViewer() { | |
| return ( | |
| <div style={{ padding: 20 }}> | |
| <h2>MAPPING VIEWER</h2> | |
| <p>Mapping data will load here.</p> | |
| </div> | |
| ); | |
| } | |