Skip to content

Commit

Permalink
Merge pull request #91 from BU-Spark/bugFixes
Browse files Browse the repository at this point in the history
supercluster
  • Loading branch information
nmr2701 authored Sep 18, 2024
2 parents 973d145 + cf50ac8 commit 5533698
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/MapStories/MapStories.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { GeoJson, Map, Marker, Overlay, ZoomControl } from "pigeon-maps";
// import { Cluster } from "pigeon-maps-cluster";
import { useState, useContext, useEffect } from "react";
import useSupercluster from "use-supercluster";
import { ArticleContext } from "../../contexts/article_context";
import { Article } from "../../__generated__/graphql";
import Box from '@mui/material/Box';
Expand All @@ -10,6 +9,8 @@ import { PointFeature, ClusterProperties} from 'supercluster';
import ArticleCard from "../../components/ArticleCard/ArticleCard";
import { Modal } from '@mui/material'; // Import Modal
import { Link } from 'react-router-dom'; // Add this import
import useSupercluster from "use-supercluster";




Expand Down

0 comments on commit 5533698

Please sign in to comment.