Refactor data fetching and state management in MapsPage
Compare changes
- Mohammad Torkashvand authored
+ 5
− 1
@@ -10,6 +10,8 @@ interface MapsProps {
@@ -20,7 +22,9 @@ const MapsPage: NextPage<MapsProps> = ({ networkTopologyData }) => {