Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yagmurilba committed Apr 26, 2024
1 parent b115ea2 commit aa8d743
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ function App() {
<div className="map-container">
<MapComponent /> {/* This adds the map to your application */}
</div>
<div className="component-container">
<Example /> {/* So here we can add components, parts of the website, visualizations like this */}
</div>
</div>
);
}
Expand Down

0 comments on commit aa8d743

Please sign in to comment.