[OPTIM + FIX] TFICF
[gargantext.git] / src / Gargantext / API / Node / Share.hs
index f2854d32232a8ab00846dd00d1a0cf2ffed3cc0c..99a4eafc36dc856f4ab000c5f4b2935b16aa8c96 100644 (file)
@@ -20,13 +20,13 @@ import Data.Aeson
 import Data.Swagger
 import Data.Text (Text)
 import GHC.Generics (Generic)
+import Gargantext.API.Prelude
 import Gargantext.Core.Types.Individu (User(..))
 import Gargantext.Database.Action.Share (ShareNodeWith(..))
 import Gargantext.Database.Action.Share as DB (shareNodeWith, unPublish)
 import Gargantext.Database.Admin.Types.Node
 import Gargantext.Database.Prelude
 import Gargantext.Database.Query.Table.Node.Error (HasNodeError(..))
-import Gargantext.API.Prelude
 import Gargantext.Prelude
 import Servant
 import Test.QuickCheck (elements)