{-# OPTIONS_GHC -Wno-orphans #-}
module Gargantext.Orphans (
    module Gargantext.Orphans.OpenAPI
  ) where

import Data.Aeson qualified as JSON
import Gargantext.Database.Admin.Types.Hyperdata (Hyperdata)
import Gargantext.Orphans.Accelerate ()
import Gargantext.Orphans.OpenAPI

instance Hyperdata JSON.Value