Skip to content

Commit

Permalink
Remove statistics from the map
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Oct 6, 2023
1 parent 3c83b9d commit bf43f3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/containers/building-map/index.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import React from 'react';
import SearchFragment from './SearchFragment';
import StatisticFragment from './StatisticFragment';
import MapFragment from './MapFragment';

export default ({ showTitle = true }) => {
return (
<div className="container">
<SearchFragment showTitle={showTitle} />
<MapFragment />
<StatisticFragment />
</div>
);
};

0 comments on commit bf43f3c

Please sign in to comment.