furhter bug fixes and updates
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import PopulationChart from '@/components/PopulationChart';
|
||||
import MapPopulationChart from '@/components/MapPopulationChart';
|
||||
import RecurringWindowChart from '@/components/RecurringWindowChart';
|
||||
|
||||
export default function OverviewPage() {
|
||||
return (
|
||||
@@ -10,6 +11,7 @@ export default function OverviewPage() {
|
||||
</div>
|
||||
<PopulationChart />
|
||||
<MapPopulationChart />
|
||||
<RecurringWindowChart />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user