[graphql] remove ethercalc endpoint
[gargantext.git] / src / Gargantext / Core / Viz / Graph / Bridgeness.hs
index 79536fb81e1b8fafc0a6105fb48b7224a085d583..f63467872456d247e00c1b60c80d6738f623c703 100644 (file)
@@ -24,7 +24,9 @@ import Data.Maybe (catMaybes)
 import Data.Ord (Down(..))
 import Gargantext.Prelude
 import qualified Data.Map as DM
-import Graph.Types (ClusterNode(..))
+import Gargantext.Core.Viz.Graph.Types (ClusterNode(..))
+
+
 
 ----------------------------------------------------------------------
 type Partitions a = Map (Int, Int) Double -> IO [a]